calclavia/mcp-obsidian
This is a connector to allow Claude Desktop (or any MCP client) to read and search any directory containing Markdown notes (such as an Obsidian vault).
Quick Start
Clone the repository:
git clone https://github.com/calclavia/mcp-obsidianClaude Desktop configuration example:
{
"mcpServers": {
"calclavia-mcp-obsidian": {
"command": "npx",
"args": [
"-y",
"calclavia/mcp-obsidian"
]
}
}
}Check the repository README for specific installation and configuration instructions.