obsidian-mcp

rtm/obsidian-mcp
★ 0 stars Python Code/Dev Tools Updated today
MCP server wrapping the Obsidian CLI
View on GitHub → 🔍 Audit Wallet Slippage →

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-mcp": {
      "command": "uvx",
      "args": [
        "obsidian-mcp"
      ]
    }
  }
}

Or install with pip: pip install obsidian-mcp

README Excerpt

MCP server that wraps the [Obsidian CLI](https://obsidian.md/cli). Gives AI assistants (Claude Code, etc.) structured access to your vault without opening full shell access. Semantic search lives in a separate `vault-search` server; this one does vault reads and writes only. Requires Obsidian 1.8+ with the CLI enabled and running for the CLI-backed tools.

Tools (3)

OBSIDIAN_CLIOBSIDIAN_VAULTmcpServers