Skip to content
Claude Desktop

mcp obsidian cli for Claude Desktop

io.github.stonematt/mcp-obsidian-cli

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

client:Claude Desktop transport:stdio runtime:npm

Install mcp obsidian cli in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-obsidian-cli": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-obsidian-cli"
      ],
      "env": {
        "OBSIDIAN_VAULT": "<OBSIDIAN_VAULT>",
        "OBSIDIAN_CLI_PATH": "<OBSIDIAN_CLI_PATH>",
        "OBSIDIAN_TIMEOUT_MS": "<OBSIDIAN_TIMEOUT_MS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp obsidian cli in other clients