Skip to main content
DatabasesPython

qdrant/mcp-server-qdrant

A Qdrant MCP server

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/qdrant/mcp-server-qdrant

Claude 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.

Details

Category
Databases
Language
Python
Author
qdrant