obsidian-cli-mcp

marwansaab/obsidian-cli-mcp
★ 0 stars Unknown language 🔒 Security Updated 1d ago
MCP server for the Obsidian Integrated CLI (v1.12+) — multi-vault, typed tools, eval escape hatch.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

MCP server for the Obsidian Integrated CLI (v1.12+) — multi-vault, typed tools, eval escape hatch.