Search Obsidian vaults with hybrid full-text, fuzzy, semantic, and graph retrieval.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y obsidian-hybrid-search
MCP client config
{
"mcpServers": {
"obsidian-hybrid-search": {
"command": "npx",
"args": [
"-y",
"obsidian-hybrid-search"
]
}
}
}