mcp-server-chart vs gemini-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | gemini-mcp by RLabs-Inc | |
|---|---|---|
| Stars | ★ 4,068 | ★ 196 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsMedia |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 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 · Summary
MCP Server enabling Claude to interact with Google's Gemini models, offering text processing, image generation, video creation, and document analysis.
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 · Use cases
- Content creation with image generation and editing workflows
- Research and analysis using web search, document processing, and summarization tools
- Development assistance through code analysis and brainstorming between Claude and Gemini
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 · Install
# Using npm (Recommended)
claude mcp add gemini -s user -- env GEMINI_API_KEY=YOUR_KEY npx -y @rlabs-inc/gemini-mcp
# Using bun
claude mcp add gemini -s user -- env GEMINI_API_KEY=YOUR_KEY bunx @rlabs-inc/gemini-mcpOr install globally:
npm install -g @rlabs-inc/gemini-mngcli config set api-key YOUR_KEY