mcp-server-chart vs UnrealMotionGraphicsMCP
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | UnrealMotionGraphicsMCP by winyunq | |
|---|---|---|
| Stars | ★ 4,068 | ★ 150 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| 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.
UnrealMotionGraphicsMCP · Summary
MCP server for Unreal Engine UMG UI automation with blueprint integration and JSON-based workflow.
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
UnrealMotionGraphicsMCP · Use cases
- Automated UI generation for games and applications
- Version control of UMG interfaces through JSON representation
- AI-assisted UI design and iteration within Unreal Engine
- Blueprint automation and programmatic node manipulation
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"]
}
}
}UnrealMotionGraphicsMCP · Install
Installation
- **Install the Plugin**
- Navigate to your project's Plugins folder: YourProject/Plugins/ - Clone the repository: git clone https://github.com/winyunq/UnrealMotionGraphicsMCP.git UmgMcp - Restart the Unreal Editor
- **Connect to Gemini CLI**
- Edit your settings.json file (usually at C:\Users\YourUsername\.gemini\) - Add to mcpServers: ``json "UmgMcp": { "command": "uv", "args": [ "run", "--directory", "D:\\Path\\To\\YourUnrealProject\\Plugins\\UmgMcp\\Resources\\Python", "UmgMcpServer.py" ] } ``