MCP Catalogs
Home

mcp-server-chart vs unity-mcp

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

mcp-server-chart
by antvis
unity-mcp
by wondeks
Stars★ 4,068★ 21
30d uses10,239
Score8440
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsOther
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.

unity-mcp · Summary

Unity MCP server enabling AI clients to perform Unity Editor actions through the Model Context Protocol.

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-mcp · Use cases

  • Automating repetitive Unity editor tasks through AI assistants
  • Enabling AI-powered scene creation and modification in Unity
  • Integrating AI code review and refactoring directly into Unity development workflow

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-mcp · Install

Installation

  1. Download the latest release package from [GitHub](https://github.com/wondeks/unity-mcp/raw/refs/heads/master/Editor/Commands/mcp_unity_2.4.zip)
  2. Extract the package to your Unity project's Editor folder
  3. Restart Unity Editor

Claude Desktop Configuration

Add the following to your Claude Desktop config.json:

{
  "mcpServers": {
    "unity-mcp": {
      "command": "path/to/Unity.exe",
      "args": ["-mcp", "-mcpPort", "8080"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.