
Obsidian MCP Extended
by aleksakarac
Comprehensive MCP server for Obsidian with 45 tools for tasks, dataview, kanban, and canvas management.
What it does
Connects AI assistants to Obsidian vaults via a hybrid architecture. It allows the AI to interact with your knowledge base using both high-performance filesystem-native tools (working offline) and API-based tools for real-time workspace control and plugin integration.
Tools
get_backlinks_fs: Find all notes linking to a specific note.search_tasks: Search tasks with emoji metadata.execute_dataview_query: Execute full DQL queries (requires Dataview plugin).parse_kanban_board: Parse markdown Kanban structure.get_link_graph: Generate a complete vault link graph.execute_command: Run Obsidian commands (requires Obsidian running).
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"obsidian": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/obsidian-mcp", "run", "obsidian-mcp"],
"env": {
"OBSIDIAN_VAULT_PATH": "/path/to/your/obsidian/vault",
"OBSIDIAN_REST_API_KEY": "your-api-key-here",
"OBSIDIAN_API_URL": "http://localhost:27124"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv pip install .Information
- Pricing
- free
- Published
- 5/31/2026
- stars






