mcp-server-chart vs VibeUE
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | VibeUE by kevinpbuckley | |
|---|---|---|
| Stars | ★ 4,068 | ★ 184 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsMedia |
| 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.
VibeUE · Summary
VibeUE is an AI-powered Unreal Engine development tool with MCP server integration providing Python API access and specialized tools for game development workflows.
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
VibeUE · Use cases
- AI-assisted creation and modification of Unreal Engine Blueprints and assets through natural language
- Automated terrain generation using real-world geographic data via MCP tools
- Debugging Unreal Engine projects by analyzing logs with AI and regex filtering
- Research and documentation gathering for game development with integrated web search capabilities
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"]
}
}
}VibeUE · Install
Installation
- Obtain a free VibeUE API key at [vibeue.com/login](https://www.vibeue.com/login)
- Configure your IDE with the MCP server using the following configuration:
{
"mcpServers": {
"vibeue": {
"command": "vibeue",
"args": ["mcp"]
}
}
}For Unreal Engine integration:
- Install the VibeUE plugin in Unreal Editor
- Paste your API key into the VibeUE settings gear icon inside the editor