Quick Use
Add the following to .mcp.json:
{
"mcpServers": {
"qdrant": {
"command": "npx",
"args": ["-y", "@qdrant/mcp-server"],
"env": {
"QDRANT_URL": "http://localhost:6333"
}
}
}
}Start Qdrant: docker run -p 6333:6333 qdrant/qdrant
Intro
Qdrant MCP is the MCP server for the Qdrant vector database, letting AI agents like Claude Code store and search vector embeddings for RAG pipelines, semantic search, and knowledge management. The main project has 22,000+ GitHub stars. Ideal for building AI apps that need persistent semantic memory.
Source & Thanks
Created by Qdrant. Licensed under Apache 2.0.
qdrant — ⭐ 22,000+