qdrant/mcp-server-qdrant
A Qdrant MCP server
Quick Start
Clone the repository:
git clone https://github.com/qdrant/mcp-server-qdrantClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-qdrant": {
"command": "npx",
"args": [
"-y",
"qdrant/mcp-server-qdrant"
]
}
}
}Check the repository README for specific installation and configuration instructions.