MCP Catalogs
Home

ultimate_mcp_server vs UnrealGenAISupport

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

ultimate_mcp_server
by Dicklesworthstone
UnrealGenAISupport
by prajwalshettydev
Stars★ 149★ 587
30d uses
Score8548
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
AI / LLM ToolsDeveloper ToolsOther
LanguagePythonC++
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.

UnrealGenAISupport · Summary

Unreal Engine plugin supporting 200+ AI models with MCP server functionality for scene control and blueprint generation.

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

UnrealGenAISupport · Use cases

  • NPC AI development in Unreal Engine projects using agentic LLM instances
  • Automatic generation and modification of blueprints and game objects through Claude Desktop
  • 3D asset generation from text prompts with AI model integration like Meshy, Tripo, and Hunyuan3D

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

UnrealGenAISupport · Install

Installation

Via Git:

  1. Clone the repository: git clone https://github.com/prajwalshettydev/UnrealGenAISupport.git
  2. Add the plugin to your Unreal Engine project
  3. Restart the editor

Via Unreal Marketplace (Fab):

  1. Download from [Fab Marketplace](https://muddyterrain.com/t/genai-fab)
  2. Install in your project

MCP Setup for Claude Desktop:

  1. Add to Claude Desktop config (claude_desktop_config.json):
{
  "mcpServers": {
    "unreal": {
      "command": "path/to/your/UnrelaEngine/Binaries/YourPlatform/YourProject.exe",
      "args": ["-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.