Obsidian Md
Freeby MCP Community
MCP server for Obsidian vault integration with Claude, Cursor, OpenCode, Windsurf, and other MCP clients
v1.0.2Added Apr 12, 2026
mcpobsidianclaudecursoropencode
Obsidian Md MCP Server
MCP server for Obsidian vault integration with Claude, Cursor, OpenCode, Windsurf, and other MCP clients
Installation
npx -y obsidian-md-mcp
Reviews
Installation
Quick install
npx -y obsidian-md-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"obsidian-md": {
"command": "npx",
"args": ["-y", "obsidian-md-mcp"]
}
}
}