Qdrant MCP Server

Qdrant vector database for semantic search via MCP.

Python 280 19Apache 2.0
View on GitHub

Overview

This MCP server provides seamless integration with Qdrant, a leading vector database platform designed for high-performance semantic search applications. Built in Python, it enables developers to leverage vector similarity search capabilities through the Model Context Protocol, offering a robust solution for applications requiring intelligent semantic understanding and retrieval of unstructured data across documents, images, and embeddings.

The server implements comprehensive vector database functionality including vector storage, similarity search, filtering, and metadata management. It supports multiple distance metrics for vector comparison, batch operations for efficient data handling, and advanced querying capabilities that combine semantic search with structured filtering. The implementation provides full access to Qdrant's powerful indexing mechanisms and supports both exact and approximate nearest neighbor search for optimized performance across various data scales.

This MCP server is compatible with any client supporting the Model Context Protocol, including Claude and other AI assistants that implement MCP standards. Typical use cases include semantic document retrieval systems, recommendation engines, content discovery platforms, duplicate detection, and AI-powered search applications. Organizations leveraging large language models for retrieval-augmented generation, knowledge base management, and intelligent information retrieval will find this server particularly valuable for building production-grade semantic search infrastructure.

Installation

pip install mcp-server-qdrant

Compatible Clients

Claude DesktopCursor

Related

FAQ

How do I install the Qdrant MCP server?
Install via npx or pip depending on the language. Then add the server configuration to your MCP client settings file.
Which AI clients support the Qdrant MCP server?
The Qdrant MCP server is compatible with Claude Desktop, Cursor. Any MCP-compatible client should work.