Skip to content
Grok

Qdrant MCP for Grok

io.github.avaazquezz/mcp-qdrant

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

client:Grok transport:stdio runtime:pypi

Install Qdrant MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-qdrant": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-qdrant"
      ],
      "env": {
        "QDRANT_URL": "<QDRANT_URL>",
        "QDRANT_API_KEY": "<QDRANT_API_KEY>",
        "QDRANT_LOCAL_PATH": "<QDRANT_LOCAL_PATH>",
        "QDRANT_MCP_TOOLSETS": "<QDRANT_MCP_TOOLSETS>",
        "QDRANT_MCP_READ_ONLY": "<QDRANT_MCP_READ_ONLY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Qdrant MCP in other clients