mcp-server-chart vs mcp-server-starrocks
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-server-starrocks by StarRocks | |
|---|---|---|
| Stars | ★ 4,068 | ★ 171 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | DatabaseDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-server-starrocks · Summary
Official MCP server connecting AI assistants to StarRocks databases for SQL execution, data exploration, and visualization.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
mcp-server-starrocks · Use cases
- AI assistants querying StarRocks databases to retrieve and analyze business data
- Automated data exploration and schema understanding for AI systems
- Generating visual charts from SQL query results directly within AI workflows
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}mcp-server-starrocks · Install
Install the MCP server using uv:
uv add mcp-server-starrocksConfigure in Claude Desktop:
{
"mcpServers": {
"mcp-server-starrocks": {
"url": "http://localhost:8000/mcp"
}
}
}Start the server:
uv run mcp-server-starrocks --mode streamable-http --port 8000