McpMux
Back to Registry

Milvus (uvx) MCP Server

Community

Contributed by Zilliz

Connect to a Milvus vector database. Search and query vectors, manage collections, run full-text and hybrid search, and inspect schema across self-hosted Milvus or Zilliz Cloud.

About the Milvus (uvx) MCP Server

The Milvus (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to a Milvus vector database. Search and query vectors, manage collections, run full-text and hybrid search, and inspect schema across self-hosted Milvus or Zilliz Cloud. This is a community-contributed MCP server by Zilliz.

Install the Milvus (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires authentication — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "mcp-server-milvus"
  ],
  "env": {
    "MILVUS_URI": "${input:MILVUS_URI}",
    "MILVUS_TOKEN": "${input:MILVUS_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "MILVUS_URI",
        "label": "Milvus URI",
        "description": "Connection URI for your Milvus server or Zilliz Cloud cluster. Use http://localhost:19530 for a local instance, or the public endpoint of your Zilliz Cloud cluster.",
        "type": "url",
        "required": true,
        "secret": false,
        "placeholder": "http://localhost:19530"
      },
      {
        "id": "MILVUS_TOKEN",
        "label": "Milvus Token",
        "description": "Authentication token for Milvus. For Zilliz Cloud this is the cluster's API key or user:password token. Leave empty for a local Milvus instance without authentication.",
        "type": "text",
        "required": false,
        "secret": true,
        "placeholder": "********************************",
        "obtain": {
          "url": "https://cloud.zilliz.com",
          "instructions": "1. Sign in to Zilliz Cloud\n2. Open your cluster\n3. Go to the Connect / Cluster Details panel\n4. Copy the Public Endpoint into Milvus URI\n5. Copy the API Key (token) into Milvus Token",
          "button_label": "Open Zilliz Cloud"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
Authoptional_api_key
Capabilities
Tools

Categories

Tags

milvuszillizvector-databasevector-searchembeddingsdatabaseai-ml

Supported AI Clients

The Milvus (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Milvus (uvx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.