MCP Catalogs
Home

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 uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsMedia
LanguageTypeScriptC++
Last committhis monththis 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-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"]
    }
  }
}

VibeUE · Install

Installation

  1. Obtain a free VibeUE API key at [vibeue.com/login](https://www.vibeue.com/login)
  2. Configure your IDE with the MCP server using the following configuration:
{
  "mcpServers": {
    "vibeue": {
      "command": "vibeue",
      "args": ["mcp"]
    }
  }
}

For Unreal Engine integration:

  1. Install the VibeUE plugin in Unreal Editor
  2. Paste your API key into the VibeUE settings gear icon inside the editor
Comparison generated from public README + GitHub signals. Last updated automatically.