mcp-server-chart vs glade-mcp-unity
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | glade-mcp-unity by Glade-tool | |
|---|---|---|
| Stars | ★ 4,068 | ★ 132 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | C# |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
glade-mcp-unity · Summary
A comprehensive Unity MCP server with 235+ tools, script search, and asset pipeline.
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
glade-mcp-unity · Use cases
- Unity developers getting AI assistance directly in their IDE
- Game design documentation implementation in Unity projects
- Free asset discovery and integration for game prototypes
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"]
}
}
}glade-mcp-unity · Install
Installation
1. Install the Unity package
In Unity: **Window > Package Manager > + > Add package from git URL...**
https://github.com/Glade-tool/glade-mcp-unity.git?path=/unity-bridgeThe Unity bridge starts automatically on localhost:8765.
2. Connect your AI client
Install [uv](https://docs.astral.sh/uv/getting-started/installation/) and add the MCP config to your AI client.
**Claude Desktop:**
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"gladekit-unity": {
"command": "uvx",
"args": ["gladekit-mcp"]
}
}
}