Skip to content
Grok

mcp obsidian cli for Grok

io.github.stonematt/mcp-obsidian-cli

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

client:Grok transport:stdio runtime:npm

Install mcp obsidian cli in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp obsidian cli in other clients