MCP Catalogs
Home

mcp-server-chart vs advanced-unity-mcp

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

mcp-server-chart
by antvis
advanced-unity-mcp
by codemaestroai
Stars★ 4,068★ 91
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScript
Last committhis month2 mo ago

mcp-server-chart · Summary

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

advanced-unity-mcp · Summary

An MCP server that enables AI assistants to control Unity Editor through natural language commands.

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

advanced-unity-mcp · Use cases

  • Automating Unity scene setup through AI commands
  • Streamlining game development with AI-powered asset creation
  • Enabling non-programmers to work with Unity via natural language

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

advanced-unity-mcp · Install

Installation

**1. Install the Package**

Unity Package Manager → Add package from git URL for the version of Unity you are using

For **Unity 2020-2022**

https://github.com/codemaestroai/advanced-unity-mcp.git?path=Unity2020_2022

For **Unity 6+**

https://github.com/codemaestroai/advanced-unity-mcp.git?path=Unity6

**2. Connect Your AI**

  • Go to Code Maestro > MCP Dashboard in Unity.
  • **For Code Maestro Desktop App:** Select the "Code Maestro Desktop App" connection mode.
  • **For other clients (VS Code, Cursor, etc.):** Select the "Other Clients" connection mode, then click **Configure** next to your preferred client.
Comparison generated from public README + GitHub signals. Last updated automatically.