drio
Open app

MCP Server for Milvus

Source

Model Context Protocol Servers for Milvus

Catalog onlyCatalog onlySTDIO

Overview

The MCP Server for Milvus is an implementation of the Model Context Protocol (MCP) that facilitates seamless integration between large language model (LLM) applications and external data sources, specifically the Milvus vector database.

To use the MCP server, ensure you have Python 3.10 or higher and a running Milvus instance. You can run the server directly using the uv command or clone the repository and execute the server script with the appropriate Milvus URI.

  • Provides access to Milvus vector database functionality. - Supports various LLM applications like Claude Desktop and Cursor. - Offers tools for search, query operations, collection management, and data operations.
  1. Integrating AI applications with vector databases for enhanced data retrieval.
  2. Enabling custom AI workflows that require context from external data sources.
  3. Facilitating document search and collection management in AI-powered applications.

Add to your AI client

Use these steps to connect MCP Server for Milvus in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-milvus-zilliztech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-milvus-zilliztech"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-milvus-zilliztech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-milvus-zilliztech"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-milvus-zilliztech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-milvus-zilliztech"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-milvus-zilliztech": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-milvus-zilliztech"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-milvus-zilliztech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-milvus-zilliztech"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-milvus-zilliztech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-milvus-zilliztech"
      ]
    }
  }
}

FAQ

**What is the Model Context Protocol?**

MCP is an open protocol that standardizes the connection between LLMs and external data sources.

**Is there a specific version of Milvus required?**

Yes, a running instance of Milvus is required to use the MCP server.

**Can I use this server with any LLM application?**

The server is designed to work with applications that support the Model Context Protocol.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2561,"uuid":"2253607c-c6aa-4d08-b105-ca1cc2054d82","name":"mcp-server-milvus","title":"MCP Server for Milvus","description":"Model Context Protocol Servers for Milvus","avatar_url":"https://avatars.githubusercontent.com/u/18416694?v=4","created_at":"2025-03-13T08:49:00.318Z","updated_at":"2025-03-13T09:41:57.846Z","status":"created","author_name":"zilliztech","author_avatar_url":"https://avatars.githubusercontent.com/u/18416694?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/zilliztech/mcp-server-milvus","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/zilliztech/mcp-server-milvus/raw/main/Claude_mcp+1080.gif","type":null,"metadata":"{\"star\":\"132\",\"license\":\"Apache-2.0 license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-05-20 06:49:21\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

MCP Server for Milvus — MCP Registry