mcp-server-chart vs toonify-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | toonify-mcp by PCIRCLE-AI | |
|---|---|---|
| Stars | ★ 4,068 | ★ 63 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| 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.
toonify-mcp · Summary
Context compression plugin for Claude Code that trims large JSON, logs, and source files.
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
toonify-mcp · Use cases
- Reducing context window usage when working with large JSON or API responses
- Shortening verbose test failures and stack traces for more efficient debugging
- Compressing large logs or source files without losing important information
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"]
}
}
}toonify-mcp · Install
Install Toonify MCP as a Claude Code plugin:
git clone https://github.com/PCIRCLE-AI/toonify-mcp.git
cd toonify-mcp
npm install
npm run build
npm install -g .
toonify-mcp setup
toonify-mcp doctorFor MCP mode:
toonify-mcp setup mcp
claude mcp listClaude Desktop configuration snippet:
{
"mcpServers": {
"toonify": {
"command": "toonify-mcp",
"args": []
}
}
}