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 | — | — |
| Score | 85 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | AI / LLM ToolsDeveloper ToolsOther |
| Language | Python | C++ |
| Last commit | 2 mo ago | 1 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
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverUnrealGenAISupport · Install
Installation
Via Git:
- Clone the repository:
git clone https://github.com/prajwalshettydev/UnrealGenAISupport.git - Add the plugin to your Unreal Engine project
- Restart the editor
Via Unreal Marketplace (Fab):
- Download from [Fab Marketplace](https://muddyterrain.com/t/genai-fab)
- Install in your project
MCP Setup for Claude Desktop:
- Add to Claude Desktop config (
claude_desktop_config.json):
{
"mcpServers": {
"unreal": {
"command": "path/to/your/UnrelaEngine/Binaries/YourPlatform/YourProject.exe",
"args": ["-mcp"]
}
}
}