UnrealGenAISupport
UnrealGenAISupport is a UE5.1+ plugin that provides direct in-engine access to LLM APIs (OpenAI, Anthropic, DeepSeek, Gemini, Grok, and local Ollama) plus an MCP server for AI-driven Blueprint generation, scene control, and Python/console command execution from Claude Desktop or Cursor.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Unreal Engine AI support MCP. Local game engine integration. No remote auth for local use. LLM provider credentials required. Game assets may be proprietary.
⚡ Reliability
Best When
You want the broadest LLM provider support inside UE5, including the ability to call AI APIs directly from Blueprints at runtime, while also having MCP-based AI agent control of the editor.
Avoid When
You only need MCP editor control and don't need runtime LLM API calls — simpler tools like unreal-mcp have less setup overhead.
Use Cases
- • Calling LLM APIs directly from Blueprints or C++ within a UE5 game or editor tool
- • Using Claude Desktop or Cursor to auto-generate Blueprints and control scenes via MCP
- • Integrating streaming chat completions, structured JSON outputs, and reasoning models into gameplay systems
Not For
- • Unity, Godot, or other non-UE5 engines
- • Teams who need a managed service — this requires self-hosting API keys and running the MCP server locally
- • Projects on UE5.0 or older (requires UE5.1+)
Interface
Authentication
API keys set via environment variables (PS_OPENAIAPIKEY, PS_ANTHROPICAPIKEY, etc.). For packaged builds, use GenSecureKey::SetGenAIApiKeyRuntime().
Pricing
MIT licensed open source. Users pay LLM provider API costs directly. Commercial GenAI-Pro plugins available separately.
Agent Metadata
Known Gotchas
- ⚠ Multiple API keys needed for multi-provider support — key management complexity scales with providers used
- ⚠ Requires Python Editor Script Plugin enabled in UE for MCP features
- ⚠ MCP server runs on port 9877 — must match config
- ⚠ MCP auto-start must be enabled in plugin settings separately
- ⚠ git submodule approach for installation may complicate project portability
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for UnrealGenAISupport.
Scores are editorial opinions as of 2026-03-06.