Milvus (uvx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Milvus (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
MongoDB (Docker)
Connect to MongoDB databases and Atlas clusters via Docker. Query collections, inspect schemas, manage indexes, and run aggregation pipelines in an isolated container.
MongoDB (npx)
Connect to MongoDB databases and Atlas clusters. Query collections, inspect schemas, manage indexes, and run aggregation pipelines through the official MongoDB MCP server.

PostgreSQL (Docker)
Query PostgreSQL databases, analyze performance, and optimize indexes via Docker. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks.

PostgreSQL (uvx)
Query PostgreSQL databases, analyze performance, and optimize indexes. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks via Postgres MCP Pro.
Redis (Docker)
Interact with Redis databases via Docker. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Redis (uvx)
Interact with Redis databases. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
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.