MCP Catalogs
Home

mcp-server-chart vs minecraft-mcp-server

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

mcp-server-chart
by antvis
minecraft-mcp-server
by yuniko-software
Stars★ 4,068★ 578
30d uses10,239
Score8451
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsOther
LanguageTypeScriptTypeScript
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.

minecraft-mcp-server · Summary

Minecraft MCP server enabling AI assistants to control in-game characters through Mineflayer API.

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

minecraft-mcp-server · Use cases

  • AI-assisted building construction in Minecraft
  • Exploring and mapping game environments
  • Automating repetitive in-game tasks

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

minecraft-mcp-server · Install

Prerequisites

  • Node.js (>= 20.10.0)
  • A running Minecraft game (tested with Minecraft 1.21.8 Java Edition)
  • An MCP-compatible client (Claude Desktop used in example)

Installation

  1. Open Minecraft and create a singleplayer world, then open to LAN (ESC -> Open to LAN)
  2. Install Claude Desktop and open File -> Settings -> Developer -> Edit Config
  3. In claude_desktop_config.json, add the following MCP server configuration:
{
  "mcpServers": {
    "minecraft": {
      "command": "npx",
      "args": [
        "-y",
        "github:yuniko-software/minecraft-mcp-server",
        "--host",
        "localhost",
        "--port",
        "25565",
        "--username",
        "ClaudeBot"
      ]
    }
  }
}
  1. Restart Claude Desktop completely
Comparison generated from public README + GitHub signals. Last updated automatically.