mcp-server-chart vs cli
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | cli by mcpgod | |
|---|---|---|
| Stars | ★ 4,068 | ★ 115 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 11 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
cli · Summary
MCPGod is a CLI tool for managing MCP servers with fine-grained control over clients, tools, and permissions.
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
cli · Use cases
- Managing multiple MCP servers for different AI clients like Claude
- Executing specific server tools directly from command line
- Debugging MCP server interactions with detailed logging
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"]
}
}
}cli · Install
Install globally using npm:
npm install -g mcpgodOr run directly with npx:
npx -y mcpgodFor integration with Claude Desktop, you would typically use this CLI to manage your MCP servers separately and configure Claude to use them as needed.