mcp-server-chart vs funplay-unity-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | funplay-unity-mcp by FunplayAI | |
|---|---|---|
| Stars | ★ 4,068 | ★ 57 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| 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.
funplay-unity-mcp · Summary
Advanced MCP server for Unity Editor with 91 built-in tools for automation, scene creation, and AI development.
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
funplay-unity-mcp · Use cases
- Automating Unity scene creation and script generation through natural language prompts
- Testing and validation of gameplay mechanics through input simulation and screenshot capture
- Performance analysis and debugging of Unity projects with automated inspection tools
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"]
}
}
}funplay-unity-mcp · Install
- Install via UPM (Git URL): In Unity, go to **Window → Package Manager → + → Add package from git URL** and enter
https://github.com/FunplayAI/funplay-unity-mcp.git - Start the MCP Server: Use **Menu: Funplay → MCP Server** to start the server on
http://127.0.0.1:8765/ - Configure Your AI Client: Use the built-in **One-Click MCP Configuration** or manually add:
{
"mcpServers": {
"funplay": {
"type": "http",
"url": "http://127.0.0.1:8765/"
}
}
}