Obsidian
Freeby MCP Community
Access your Obsidian vault from Claude Desktop and other AI tools — MCP server wrapping the official Obsidian CLI with tools, resources, and prompts
v1.1.6Added Apr 12, 2026
obsidianobsidian-vaultobsidian-notesobsidian-pluginmcp
Obsidian MCP Server
Access your Obsidian vault from Claude Desktop and other AI tools — MCP server wrapping the official Obsidian CLI with tools, resources, and prompts
Installation
npx -y @zethictech/obsidian-mcp
Reviews
Installation
Quick install
npx -y @zethictech/obsidian-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["-y", "@zethictech/obsidian-mcp"]
}
}
}