obsidian-mcp-pro

rps321321/obsidian-mcp-pro
★ 8 stars TypeScript 🔌 API Integration Updated today
The most feature-complete MCP server for Obsidian vaults — 23 tools + 3 resources for search, read, write, tags, link analysis, graph traversal, and canvas. Also ships as an Obsidian plugin (github.com/rps321321/obsidian-mcp-pro-plugin).
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-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "rps321321/obsidian-mcp-pro"
      ]
    }
  }
}