mcp-server-chart vs ue5-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ue5-mcp by mirno-ehf | |
|---|---|---|
| Stars | ★ 4,068 | ★ 37 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| 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.
ue5-mcp · Summary
UE5 MCP server plugin enabling AI agents to edit Unreal Engine Blueprints through natural language commands.
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
ue5-mcp · Use cases
- Add game components to actors through natural language commands
- Search and replace specific function calls across multiple Blueprints
- Analyze existing Blueprint systems to understand their functionality
- Create new Blueprints or modify existing ones based on AI suggestions
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"]
}
}
}ue5-mcp · Install
Installation
- Clone this repository:
git clone https://github.com/mirno-ehf/ue5-mcp.git - Follow the plugin installation instructions for Unreal Engine 5
- Enable the plugin in your UE5 project
- Tell Claude Code:
Set up https://github.com/mirno-ehf/ue5-mcp in my project
Claude Desktop Configuration
Add this to your Claude Desktop config.json:
{
"mcpServers": {
"ue5-mcp": {
"command": "path/to/ue5-mcp",
"args": []
}
}
}