mcp-server-chart vs ai-forge-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ai-forge-mcp by HurtzDonutStudios | |
|---|---|---|
| Stars | ★ 4,068 | ★ 59 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | — |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
ai-forge-mcp · Summary
Comprehensive MCP package with 565 tools controlling AAA game asset pipeline across 16 servers.
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
ai-forge-mcp · Use cases
- Solo indie developers creating AAA-quality game assets without hiring a team
- Small studios multiplying their output by automating the asset pipeline
- Game jammers and prototypers needing production-quality assets quickly
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"]
}
}
}ai-forge-mcp · Install
Installation
The AI Forge MCP Package is a subscription service. Follow these steps to get started:
- Visit the [ForgeRoom web console](https://forgeroom.hurtzdonut.com) or download the desktop app
- Create an account and select your subscription tier
- Complete the first-launch wizard which will auto-detect your installed DCC applications (Blender, UE5, etc.)
- The installer will automatically deploy the necessary bridge plugins
- Configure MCP servers in your Claude Desktop client:
{
"mcpServers": {
"ai-forge": {
"command": "npx",
"args": ["@hurtzdonut/ai-forge-mcp"]
}
}
}