MCP Catalogs
Home

mcp-server-chart vs UnityMCP

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

mcp-server-chart
by antvis
UnityMCP
by isuzu-shiranui
Stars★ 4,068★ 131
30d uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptC#
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.

UnityMCP · Summary

Unity Editor integration with MCP enabling AI assistants to directly interact with Unity projects via HTTP and MCP tools.

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

UnityMCP · Use cases

  • AI-assisted game development through direct Unity scene manipulation
  • Automated Unity testing via code execution commands
  • Remote collaboration with Unity projects through AI interfaces

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

UnityMCP · Install

Unity Editor Setup

  1. Open Package Manager in Unity (Window > Package Manager)
  2. Click '+' > 'Add package from git URL...'
  3. Enter: https://github.com/isuzu-shiranui/UnityMCP.git?path=jp.shiranui-isuzu.unity-mcp

Claude Desktop Integration

  1. In Unity, go to Edit > Preferences > Unity MCP
  2. Click 'Open Installer Window' and follow the installer instructions
  3. Copy the JSON configuration from 'Configuration Preview'
  4. Add to Claude Desktop config:
{
  "mcpServers": {
    "unity-mcp": {
      "command": "node",
      "args": ["/absolute/path/to/unity-mcp-ts/build/index.js"]
    }
  }
}
  1. Restart Claude Desktop
Comparison generated from public README + GitHub signals. Last updated automatically.