MCP Catalogs
Home

mcp-server-chart vs mcp-unity

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

mcp-server-chart
by antvis
mcp-unity
by CoderGamester
Stars★ 4,068★ 1,699
30d uses10,239
Score8456
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM Toolsgame-development
LanguageTypeScriptC#
Last committhis monththis month

mcp-server-chart · Summary

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

mcp-unity · Summary

MCP server for Unity Editor enabling AI assistants to manipulate scenes, GameObjects, and other Unity assets.

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

mcp-unity · Use cases

  • Unity developers using AI assistants to automate scene creation and object manipulation
  • Game studios implementing AI workflows for iterative game development
  • Educational environments teaching Unity development with AI assistance

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

mcp-unity · Install

Installation

  1. Install Node.js 18 or later from [nodejs.org](https://nodejs.org/en/download/)
  2. Install the Unity MCP server via npm:

``bash npm install -g @codergamester/mcp-unity ``

  1. Configure your IDE (Cursor, Windsurf, etc.) to use the MCP server

Claude Desktop Configuration

Add to Claude's config.json:

{
  "mcpServers": {
    "unity": {
      "command": "npx",
      "args": ["@codergamester/mcp-unity"],
      "env": {
        "UNITY_PROJECT_PATH": "/path/to/your/unity/project"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.