Obsidian
Freeby MCP Community
Obsidian Knowledge-Management MCP (Model Context Protocol) server that enables AI agents and development tools to interact with an Obsidian vault. It provides a
v2.0.7Added Apr 12, 2026
mcpmodel-context-protocolobsidianobsidian-mdai
Obsidian MCP Server
Obsidian Knowledge-Management MCP (Model Context Protocol) server that enables AI agents and development tools to interact with an Obsidian vault. It provides a
Installation
npx -y @iflow-mcp/obsidian-mcp-server
Reviews
Installation
Quick install
npx -y @iflow-mcp/obsidian-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["-y", "@iflow-mcp/obsidian-mcp-server"]
}
}
}