Enterprise DNA
M MCP Servers Developer low

qdrant/mcp-server-qdrant

by Various

An official Qdrant Model Context Protocol (MCP) server implementation

Q

MCP

qdrant/mcp-server-qdrant

Added 1 June 2026

#claude #cursor #llm #mcp #mcp-server #semantic-search #windsurf

Overview

An official Model Context Protocol (MCP) server for Qdrant vector database. It enables AI agents to perform semantic search, store and retrieve vector embeddings, and manage collections through the standardized MCP interface. Written in Python, it provides a direct bridge between MCP-compatible clients and Qdrant's vector storage capabilities.

Best for

Best for
Developers building MCP-compatible AI agents that need vector search and memory via Qdrant

Use cases

  • Building AI agents that need long-term memory via vector embeddings
  • Enabling semantic search over documents or knowledge bases from an MCP client
  • Integrating Qdrant vector storage into MCP-based agent workflows

Notes

An official Model Context Protocol (MCP) server for Qdrant vector database. It enables AI agents to perform semantic search, store and retrieve vector embeddings, and manage collections through the standardized MCP interface. Written in Python, it provides a direct bridge between MCP-compatible clients and Qdrant’s vector storage capabilities.

1,420 stars on GitHub. Last updated 2026-05-20. Licensed Apache-2.0.

Use cases

  • Building AI agents that need long-term memory via vector embeddings
  • Enabling semantic search over documents or knowledge bases from an MCP client
  • Integrating Qdrant vector storage into MCP-based agent workflows

Pros

  • Official implementation maintained by Qdrant
  • Leverages the MCP standard for interoperability with many AI clients
  • Python-based, easy to extend or embed in existing Python projects

Cons

  • Requires a running Qdrant instance (local or cloud) to function
  • Limited to the MCP protocol; not a general-purpose Qdrant client
  • Setup and configuration may be non-trivial for beginners

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Official implementation maintained by Qdrant
  • Leverages the MCP standard for interoperability with many AI clients
  • Python-based, easy to extend or embed in existing Python projects

Cons

  • Requires a running Qdrant instance (local or cloud) to function
  • Limited to the MCP protocol; not a general-purpose Qdrant client
  • Setup and configuration may be non-trivial for beginners