Milvus MCP Server acts as a bridge between large language model (LLM) applications and the Milvus vector database by implementing the Model Context Protocol (MCP). This server allows LLM tools like Claude Desktop and Cursor, or any custom MCP client, to perform advanced search, query, and management operations on Milvus collections, leveraging features such as vector similarity search, hybrid search, text search, and collection schema management. It is primarily aimed at developers and teams building AI, search, and data-intensive applications that need high-performance similarity search over vector data.
Visit Milvus's official website for product details and getting started.