Send to Your Agent
Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.
Install the Qdrant MCP server for me.
Server: Qdrant
Description: An official Qdrant Model Context Protocol (MCP) server implementation
Install command: npx -y qdrant/mcp-server-qdrant
GitHub: https://github.com/qdrant/mcp-server-qdrant
Please install this MCP server and confirm when ready. Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.
Quick Install
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
- Open Claude Desktop app
- Go to Settings → Developer → Edit Config
- Paste the config below into the file
- Restart Claude Desktop
{
"mcpServers": {
"qdrant": {
"command": "npx",
"args": [
"-y",
"qdrant/mcp-server-qdrant"
]
}
}
} Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json
Installation Methods
npx -y qdrant/mcp-server-qdrantdocker run qdrant/mcp-server-qdrantTools (9)
Store some information in the Qdrant database
Input - `information` (string): Information to store
metadata (JSON): Optional metadata to store
collection_name (string): Name of the collection to store the information in. This field is required if there are no default collection
Returns Confirmation message
Retrieve relevant information from the Qdrant database
Input - `query` (string): Query to use for searching
collection_name (string): Name of the collection to store the information in. This field is required if there are no default collection
Returns Information stored in the Qdrant database as separate messages
Compatibility
About
mcp-server-qdrant: A Qdrant MCP server
Overview
An official Qdrant Model Context Protocol (MCP) server implementation
Tools
- Store: some information in the Qdrant database
- Input: -
information(string): Information to store - metadata: (JSON): Optional metadata to store
- collection_name: (string): Name of the collection to store the information in. This field is required if there are no default collection
- Returns: Confirmation message
- Retrieve: relevant information from the Qdrant database
- Input: -
query(string): Query to use for searching - collection_name: (string): Name of the collection to store the information in. This field is required if there are no default collection
- Returns: Information stored in the Qdrant database as separate messages
Installation
NPX
npx -y qdrant/mcp-server-qdrant
DOCKER
docker run qdrant/mcp-server-qdrant
Related Resources
GitHub
MCP ServerRepository management, file operations, and GitHub API integration
DeepSeek Coder Architect
PromptLeverage DeepSeek Coder for complex software architecture, code generation, and technical problem-solving with advanced reasoning.
3D Printing Optimizer
SkillOptimize 3D models for additive manufacturing considering orientation, supports, infill, and material properties.
Artificial Intelligence
GlossaryThe broad field of creating machines that can perform tasks requiring human-like intelligence, such as reasoning, learning, and perception.
Filesystem
MCP ServerSecure file operations with configurable access controls
Compare LLM Pricing
This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.
