O
Obsidian MCP Server
Provides AI assistants with access to your Obsidian vault through MCP, enabling reading, writing, searching, and listing notes in your local knowledge base.
stdioLocalNo Authnpm
What This Server Exposes
Tools
read_notewrite_notesearch_noteslist_notes
Setup Instructions
- 1Ensure Obsidian is installed and a vault is configured
- 2Ensure Node.js 18+ is installed
- 3Add the Obsidian server config to your Claude Desktop configuration, pointing to your vault path
- 4Restart Claude Desktop
Configuration
Claude Desktop Configuration
claude_desktop_config.json
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-obsidian"
]
}
}
}Server Manifest
No official server.json manifest found. Generate one with our MCP server.json Generator →
Compatibility
Claude DesktopClaude Code
⚠
Safety Notes
This server has read and write access to your Obsidian vault directory. Ensure only trusted AI assistants are connected. Back up your vault regularly before enabling write access.
This listing is for informational purposes only. CodexSpot is not affiliated with Obsidian MCP Server.