obsidian-extended-mcp

MAB2908/obsidian-extended-mcp
★ 0 stars TypeScript AI/LLM Updated 5d ago
AI-first Knowledge Base Server integrating Obsidian with MCP clients. 91 tools, semantic search, graph analysis, 7 AI agents, 10-layer security, autonomous vault maintenance.
View on GitHub → Try with Claude — $10 free →

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-extended-mc": {
      "command": "npx",
      "args": [
        "-y",
        "MAB2908/obsidian-extended-mcp"
      ]
    }
  }
}