obsidian-mcp-server
The Obsidian MCP server enables AI agents and development tools to seamlessly interact with your Obsidian vault.
This MCP server provides comprehensive access to your Obsidian vault, allowing LLMs and AI agents to read, write, search, and manage notes and files through the Obsidian Local REST API plugin. Built on a modular architecture, it incorporates robust error handling, logging, and security features to ensure smooth operation. With specialized tools designed for interacting with your Obsidian vault, this server empowers AI agents and development tools to enhance productivity and streamline knowledge management. Users can leverage these capabilities to optimize their workflows and improve their overall experience with note-taking and information retrieval.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-obsidian-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions