Obsidian Sync
Freeby MCP Community
Give any AI agent access to your Obsidian vault over MCP
v0.5.2Added Apr 12, 2026
mcpobsidianlivesynccouchdbclaude
Obsidian Sync MCP Server
Give any AI agent access to your Obsidian vault over MCP
Installation
Reviews
Installation
Quick install
npx -y obsidian-sync-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"obsidian-sync": {
"command": "npx",
"args": ["-y", "obsidian-sync-mcp"]
}
}
}