MCP Catalogs
Home

mcp-server-chart vs Geargrafx

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

mcp-server-chart
by antvis
Geargrafx
by drhelius
Stars★ 4,068★ 213
30d uses10,239
Score8449
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.

Geargrafx · Summary

PC Engine/TurboGrafx-16 emulator with embedded MCP server for AI-assisted debugging.

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

Geargrafx · Use cases

  • Debugging retro games using AI assistance
  • Reverse engineering game code with AI tools
  • Creating cheat codes and ROM patches with AI guidance

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

Geargrafx · Install

Installation

Geargrafx is available for Windows, macOS, Linux, BSD, and as a RetroArch core.

Binary Downloads

  • Windows: Download from [GitHub Releases](https://github.com/drhelius/Geargrafx/releases)
  • macOS: brew install --cask drhelius/geardome/geargrafx
  • Linux: Ubuntu PPA or Fedora RPM packages available

MCP Server Setup

Geargrafx can run with MCP server enabled:

geargrafx --mcp-stdio  # for stdio transport
geargrafx --mcp-http   # for HTTP transport (default port: 7777)

Claude Desktop Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "geargrafx": {
      "command": "path/to/geargrafx",
      "args": ["--mcp-stdio"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.