Live Mcp For Obsidian
Freeby MCP Community
A live connection between AI assistants and your running Obsidian instance. Full app automation — not just file access.
v0.2.2Added Apr 12, 2026
mcpobsidianmodel-context-protocolautomationclaude
Live Mcp For Obsidian MCP Server
A live connection between AI assistants and your running Obsidian instance. Full app automation — not just file access.
Installation
npx -y live-mcp-for-obsidian
Reviews
Installation
Quick install
npx -y live-mcp-for-obsidian
Add to claude_desktop_config.json
{
"mcpServers": {
"live-mcp-for-obsidian": {
"command": "npx",
"args": ["-y", "live-mcp-for-obsidian"]
}
}
}