MCP Catalogs
Home

ultimate_mcp_server vs minecraft-mcp-server

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

ultimate_mcp_server
by Dicklesworthstone
minecraft-mcp-server
by yuniko-software
Stars★ 149★ 578
30d uses
Score8551
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
AI / LLM ToolsDeveloper ToolsOther
LanguagePythonTypeScript
Last commit2 mo ago1 mo ago

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

minecraft-mcp-server · Summary

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

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

minecraft-mcp-server · Use cases

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

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

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.