MCP Catalogs
Home

mcp-server-chart vs UnrealGenAISupport

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
UnrealGenAISupport
by prajwalshettydev
Stars★ 4,068★ 587
30d uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper 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.

UnrealGenAISupport · Summary

Unreal Engine plugin supporting 200+ AI models with MCP server functionality for scene control and blueprint generation.

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

UnrealGenAISupport · Use cases

  • NPC AI development in Unreal Engine projects using agentic LLM instances
  • Automatic generation and modification of blueprints and game objects through Claude Desktop
  • 3D asset generation from text prompts with AI model integration like Meshy, Tripo, and Hunyuan3D

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"]
    }
  }
}

UnrealGenAISupport · Install

Installation

Via Git:

  1. Clone the repository: git clone https://github.com/prajwalshettydev/UnrealGenAISupport.git
  2. Add the plugin to your Unreal Engine project
  3. Restart the editor

Via Unreal Marketplace (Fab):

  1. Download from [Fab Marketplace](https://muddyterrain.com/t/genai-fab)
  2. Install in your project

MCP Setup for Claude Desktop:

  1. Add to Claude Desktop config (claude_desktop_config.json):
{
  "mcpServers": {
    "unreal": {
      "command": "path/to/your/UnrelaEngine/Binaries/YourPlatform/YourProject.exe",
      "args": ["-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.