MCP Catalogs
Home

ultimate_mcp_server vs Unity-AI-ProBuilder

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

ultimate_mcp_server
by Dicklesworthstone
Unity-AI-ProBuilder
by IvanMurzak
Stars★ 149★ 41
30d uses
Score8545
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsAI / LLM ToolsMedia
LanguagePythonC#
Last commit2 mo agothis month

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-AI-ProBuilder · Summary

Unity MCP server that enables AI assistants to create and manipulate 3D meshes through natural language commands.

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-AI-ProBuilder · Use cases

  • AI-assisted level prototyping in game development
  • Procedural 3D asset generation through natural language commands
  • Automated mesh optimization and transformation for Unity projects

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

Unity-AI-ProBuilder · Install

Installation Options

  1. **Installer Package**: Download the [AI-ProBuilder-Installer.unitypackage](https://github.com/IvanMurzak/Unity-AI-ProBuilder/releases/latest/download/AI-ProBuilder-Installer.unitypackage) and import it into your Unity project.
  1. **OpenUPM-CLI**: Install via OpenUPM CLI with:
openupm add com.ivanmurzak.unity.mcp.probuilder

MCP Client Configuration

Add to your MCP client configuration (e.g., Claude Desktop):

{
  "mcpServers": {
    "unity-probuilder": {
      "command": "dotnet",
      "args": ["run", "--project", "/path/to/Unity-AI-ProBuilder"],
      "env": {}
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.