Odel
Qdrant MCP

Qdrant MCP

Local
@avaazquezzPythonMITUpdated 6 days ago

MCP server that wraps the Qdrant vector database API as tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-qdrantv1.0.1

Run

uvx mcp-qdrant

MCP client config

{
  "mcpServers": {
    "qdrant-mcp": {
      "command": "uvx",
      "args": [
        "mcp-qdrant"
      ]
    }
  }
}