Odel
mcp obsidian cli

mcp obsidian cli

Local
@stonematt2JavaScriptMITUpdated 1mo ago

Save chat notes from Claude Desktop to your vault — MCP on Obsidian CLI. Keep what matters.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-obsidian-cliv2.0.4

Run

npx -y mcp-obsidian-cli

MCP client config

{
  "mcpServers": {
    "mcp-obsidian-cli": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-obsidian-cli"
      ]
    }
  }
}