Q
Qdrant MCP Server
Store and search vector embeddings with Qdrant from AI agents.
A Model Context Protocol server for Qdrant vector database. Enables AI agents to store, search, and manage vector embeddings for semantic search and retrieval-augmented generation.
Supports collection management, point upsert, similarity search with filtering, and payload management for building RAG applications.
Install
pip install mcp-server-qdrant MCP Client Config
{
"mcpServers": {
"qdrant": {
"command": "python",
"args": [
"-m",
"mcp_server_qdrant"
],
"env": {
"QDRANT_URL": "http://localhost:6333",
"QDRANT_API_KEY": "<your-api-key>"
}
}
}
} Required Environment Variables
- QDRANT_URL
Capabilities
Tools
create_collectionupsert_pointssearchdelete_collectionget_point
Compatible With
Claude Desktop Claude Code Cursor Windsurf
Pricing
Server and Qdrant are free. Qdrant Cloud available for managed hosting.
Metrics
1,360
GitHub Stars
7,500
Installs
580
Weekly
55
Open Issues
More in AI & Machine Learning
Best of AI & Machine Learning → S
Sequential Thinking MCP Server
Step-by-step reasoning and problem decomposition for AI agents.
open-source 95/100
AI & Machine Learning
M
Memory MCP Server
Persistent memory and knowledge graph for AI agent conversations.
open-source 94/100
AI & Machine Learning
E
E2B Code Sandbox MCP Server
Execute code safely in sandboxed environments from AI agents.
freemium 55/100
AI & Machine Learning