Skip to content
Cline

mcp obsidian cli for Cline

io.github.stonematt/mcp-obsidian-cli

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

client:Cline transport:stdio runtime:npm

Install mcp obsidian cli in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp obsidian cli in other clients