Obsidian
Freeby MCP Community
MCP server for interacting with Obsidian knowledge bases through the Model Context Protocol
v1.6.0Added Apr 12, 2026
obsidianmcpmodel-context-protocolknowledge-basenotes
Obsidian MCP Server
MCP server for interacting with Obsidian knowledge bases through the Model Context Protocol
Installation
npx -y @huangyihe/obsidian-mcp
Reviews
Installation
Quick install
npx -y @huangyihe/obsidian-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["-y", "@huangyihe/obsidian-mcp"]
}
}
}