
Obsidian MCP
by sunwood-ai-labs
Integrate AI assistants with Obsidian vaults to access and manage your personal knowledge base.
What it does
This MCP server provides a direct bridge between AI assistants and Obsidian vaults, allowing the model to read, retrieve, and interact with your personal notes and knowledge graph.
Tools
get_vault_contents: Retrieves the contents of the Obsidian vault, with an optional path parameter to target specific directories.
Installation
To use with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"obsidian-mcp": {
"command": "node /path/to/obsidian-mcp/build/index.js",
"env": {
"OBSIDIAN_API_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
- Claude
Quick install
npm install -g obsidian-mcpInformation
- Pricing
- free
- Published
- 5/12/2026
- stars






