MCP Catalogs
Home

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 uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsOther
LanguageTypeScriptC++
Last committhis month1 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-chart

For 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

  1. Clone this repository: git clone https://github.com/mirno-ehf/ue5-mcp.git
  2. Follow the plugin installation instructions for Unreal Engine 5
  3. Enable the plugin in your UE5 project
  4. 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": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.