mcp-server-chart vs unity-mcp-pro-plugin
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | unity-mcp-pro-plugin by youichi-uda | |
|---|---|---|
| Stars | ★ 4,068 | ★ 58 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsOther |
| Language | TypeScript | C# |
| Last commit | this month | 1 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-mcp-pro-plugin · Summary
Unity MCP Pro plugin provides 280+ AI tools for Unity development via WebSocket MCP connection.
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-pro-plugin · Use cases
- AI-assisted GameObject manipulation in Unity scenes with full undo history
- Script generation and optimization through direct MCP tool calls
- Material and shader editing via AI assistants with real-time preview
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor 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-pro-plugin · Install
Installation
Unity Package Manager
- Open Unity → Window → Package Manager
- Click + → Add package from git URL...
- Enter:
https://github.com/youichi-uda/unity-mcp-pro-plugin.git
Alternative Methods
Clone to your project or download and copy to Packages/com.unity-mcp-pro/
Setup
- Install this plugin
- Get the MCP server from [unity-mcp.abyo.net](https://unity-mcp.abyo.net/)
- Build the server:
cd server && npm install && npm run build - Configure your AI client:
{
"mcpServers": {
"unity-mcp-pro": {
"command": "node",
"args": ["/path/to/server/build/index.js"]
}
}
}- Open Unity - plugin auto-connects, check Window → Unity MCP Pro