mcp-server-chart vs gemini-flow
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | gemini-flow by clduab11 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 383 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 4 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
gemini-flow · Summary
Gemini-Flow is an archived production-ready AI orchestration platform with dual A2A and MCP protocol support.
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
gemini-flow · Use cases
- Enterprise digital transformation with coordinated AI agent teams
- Multi-modal content creation with Google AI services
- Autonomous software development with Jules Tools integration
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"]
}
}
}gemini-flow · Install
The project has been archived since January 29, 2026 and is no longer actively maintained. However, the previous installation method was:
npm install -g @clduab11/gemini-flow
gemini-flow init --protocols a2a,mcp --topology hierarchicalAs a Gemini CLI extension (before archival):
gemini extensions install https://github.com/clduab11/gemini-flow
gemini extensions enable gemini-flow