Obsidian
Freeby MCP Community
Knowledge graph-powered context engine for Obsidian vaults (MCP server)
v1.1.0Added Apr 12, 2026
mcpobsidianvaultknowledge-graphcontext-engine
Obsidian MCP Server
Knowledge graph-powered context engine for Obsidian vaults (MCP server)
Installation
npx -y @tac0de/obsidian-mcp
Reviews
Installation
Quick install
npx -y @tac0de/obsidian-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["-y", "@tac0de/obsidian-mcp"]
}
}
}