MCP Catalogs
Home

unity-mcp-server vs ultimate_mcp_server

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

unity-mcp-server
by AnkleBreaker-Studio
ultimate_mcp_server
by Dicklesworthstone
Stars★ 182★ 149
30d uses
Score5185
Official
Categories
Developer ToolsAI / LLM ToolsOther
AI / LLM ToolsBrowser AutomationFile System
LanguageJavaScriptPython
Last commit1 mo ago2 mo ago

unity-mcp-server · Summary

Comprehensive MCP server with 288 tools for AI-assisted Unity development through Editor and Hub.

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.

unity-mcp-server · Use cases

  • Create scenes, manipulate GameObjects, and manage components through AI commands
  • Automate Unity builds, performance profiling, and testing processes
  • Develop games entirely through AI assistance from scene setup to shader creation

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

unity-mcp-server · Install

Installation

1. Install the Unity Plugin

In Unity: **Window > Package Manager > + > Add package from git URL:**

https://github.com/AnkleBreaker-Studio/unity-mcp-plugin.git

2. Install this MCP Server

git clone https://github.com/AnkleBreaker-Studio/unity-mcp-server.git
cd unity-mcp-server
npm install

3. Add to Claude Desktop

Open Claude Desktop > Settings > Developer > Edit Config, and add:

{
  "mcpServers": {
    "unity": {
      "command": "node",
      "args": ["C:/path/to/unity-mcp-server/src/index.js"],
      "env": {
        "UNITY_HUB_PATH": "C:\\Program Files\\Unity Hub\\Unity Hub.exe",
        "UNITY_BRIDGE_PORT": "7890"
      }
    }
  }
}

Restart Claude Desktop. Done!

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
Comparison generated from public README + GitHub signals. Last updated automatically.