Obsidian
Freeby MCP Community
MCP server that turns Obsidian vaults into AI-queryable knowledge graphs
v1.0.3Added Apr 12, 2026
mcpobsidianknowledge-graph
Obsidian MCP Server
MCP server that turns Obsidian vaults into AI-queryable knowledge graphs
Installation
npx -y @smammadov/obsidian-mcp
Reviews
Installation
Quick install
npx -y @smammadov/obsidian-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["-y", "@smammadov/obsidian-mcp"]
}
}
}