Qdrant
Freeby MCP Community
MCP server for semantic search using local Qdrant and Ollama (default) with support for OpenAI, Cohere, and Voyage AI
v3.3.3Added Apr 12, 2026
mcpqdrantvector-searchsemantic-searchembeddings
Qdrant MCP Server
MCP server for semantic search using local Qdrant and Ollama (default) with support for OpenAI, Cohere, and Voyage AI
Installation
Reviews
Installation
Quick install
npx -y @mhalder/qdrant-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"qdrant": {
"command": "npx",
"args": ["-y", "@mhalder/qdrant-mcp-server"]
}
}
}