MCP Catalogs
Home

mcp-server-chart vs unity-api-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
unity-api-mcp
by Codeturion
Stars★ 4,068★ 56
30d uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptPython
Last committhis month3 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

unity-api-mcp · Summary

Unity API MCP server providing instant, accurate Unity documentation lookup for AI agents.

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

unity-api-mcp · Use cases

  • AI-assisted Unity development with accurate API documentation
  • Preventing hallucinated Unity API signatures in AI-generated code
  • Efficient Unity API lookup during complex multi-step research workflows

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"]
    }
  }
}

unity-api-mcp · Install

Add to your MCP config (.mcp.json, mcp.json, or your tool's MCP settings), setting UNITY_VERSION to match your project:

{
  "mcpServers": {
    "unity-api": {
      "command": "uvx",
      "args": ["unity-api-mcp"],
      "env": {
        "UNITY_VERSION": "2022"
      }
    }
  }
}

Valid values: "2022", "2023", or "6".

On first run, the server downloads the correct database (~18-24 MB) to ~/.unity-api-mcp/.

Alternatively, you can install with pip: pip install unity-api-mcp and modify the configuration to use command": "unity-api-mcp" instead of uvx.

Comparison generated from public README + GitHub signals. Last updated automatically.