mcp-server-chart vs gemini-mcp-tool
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | gemini-mcp-tool by jamubc | |
|---|---|---|
| Stars | ★ 4,068 | ★ 2,212 |
| 30d uses | 10,239 | — |
| Score | 84 | 54 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 6 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-mcp-tool · Summary
MCP server enabling AI assistants to interact with Google Gemini CLI for large file analysis and codebase understanding.
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-mcp-tool · Use cases
- Analyze large codebases using Gemini's extensive token window
- Ask natural language questions about code with file references
- Safely test and execute code in Gemini's sandbox environment
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-mcp-tool · Install
Installation
**Prerequisites:**
- Node.js (v16.0.0 or higher)
- Google Gemini CLI installed and configured
**One-Line Setup:**
claude mcp add gemini-cli -- npx -y gemini-mcp-tool**Claude Desktop Configuration:**
{
"mcpServers": {
"gemini-cli": {
"command": "npx",
"args": ["-y", "gemini-mcp-tool"]
}
}
}