smith-and-web/obsidian-mcp-server
SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring.
Quick Start
Clone the repository:
git clone https://github.com/smith-and-web/obsidian-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"smith-and-web/obsidian-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.