StarRocks (uvx) MCP Server
CommunityContributed by StarRocks
Query and explore StarRocks databases. Run read and write SQL, inspect query plans, generate Plotly charts, and browse table and database overviews.
About the StarRocks (uvx) MCP Server
The StarRocks (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Query and explore StarRocks databases. Run read and write SQL, inspect query plans, generate Plotly charts, and browse table and database overviews. This is a community-contributed MCP server by StarRocks.
Install the StarRocks (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 an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-starrocks"
],
"env": {
"STARROCKS_HOST": "${input:STARROCKS_HOST}",
"STARROCKS_PORT": "${input:STARROCKS_PORT}",
"STARROCKS_USER": "${input:STARROCKS_USER}",
"STARROCKS_PASSWORD": "${input:STARROCKS_PASSWORD}"
},
"metadata": {
"inputs": [
{
"id": "STARROCKS_HOST",
"label": "StarRocks Host",
"description": "Hostname or IP of your StarRocks FE (frontend) node.",
"type": "text",
"required": true,
"secret": false,
"default": "localhost",
"placeholder": "localhost"
},
{
"id": "STARROCKS_PORT",
"label": "StarRocks Port",
"description": "MySQL protocol query port of the StarRocks FE node.",
"type": "number",
"required": false,
"secret": false,
"default": "9030",
"placeholder": "9030"
},
{
"id": "STARROCKS_USER",
"label": "StarRocks User",
"description": "Username for connecting to StarRocks.",
"type": "text",
"required": true,
"secret": false,
"default": "root",
"placeholder": "root"
},
{
"id": "STARROCKS_PASSWORD",
"label": "StarRocks Password",
"description": "Password for the StarRocks user. Leave empty for instances without a password.",
"type": "text",
"required": false,
"secret": true,
"placeholder": "*************"
}
]
}
}Categories
Tags
Supported AI Clients
The StarRocks (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 StarRocks (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.