MCP Catalogs
Home

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 uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScript
Last committhis month1 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-chart

For 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:

  1. Visit the [ForgeRoom web console](https://forgeroom.hurtzdonut.com) or download the desktop app
  2. Create an account and select your subscription tier
  3. Complete the first-launch wizard which will auto-detect your installed DCC applications (Blender, UE5, etc.)
  4. The installer will automatically deploy the necessary bridge plugins
  5. Configure MCP servers in your Claude Desktop client:
{
  "mcpServers": {
    "ai-forge": {
      "command": "npx",
      "args": ["@hurtzdonut/ai-forge-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.