mcp-server-chart vs stackql
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | stackql by stackql | |
|---|---|---|
| Stars | ★ 4,068 | ★ 841 |
| 30d uses | 10,239 | — |
| Score | 84 | 52 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsOps & InfraCloud Storage |
| Language | TypeScript | Go |
| 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.
stackql · Summary
StackQL is a Go-based SQL framework for querying and managing cloud resources and APIs via MCP protocol.
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
stackql · Use cases
- Infrastructure as Code management using SQL queries
- Cloud resource provisioning and automation
- Cross-cloud service querying and data aggregation
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"]
}
}
}stackql · Install
Installation
StackQL can be installed on multiple platforms:
**macOS:**
brew install stackql**Windows:**
choco install stackql**Linux:**
curl -L https://bit.ly/stackql-zip -O && unzip stackql-zip**Docker:**
docker pull stackql/stackql**Claude Desktop Integration:** In Claude Desktop's config.json:
{
"mcpServers": {
"stackql": {
"command": "stackql",
"args": ["srv"]
}
}
}