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.

Evaluated Mar 06, 2026 (0d ago) vlatest
Homepage ↗ Repo ↗ Other unreal-engine-5 llm openai anthropic mcp blueprint game-development open-source plugin
⚙ Agent Friendliness
72
/ 100
Can an agent use this?
🔒 Security
72
/ 100
Is it safe for agents?
⚡ Reliability
60
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
70
Documentation
75
Error Messages
60
Auth Simplicity
78
Rate Limits
65

🔒 Security

TLS Enforcement
85
Auth Strength
70
Scope Granularity
62
Dep. Hygiene
75
Secret Handling
68

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

Uptime/SLA
62
Version Stability
62
Breaking Changes
58
Error Recovery
60
AF Security 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

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: api_key
OAuth: No Scopes: No

API keys set via environment variables (PS_OPENAIAPIKEY, PS_ANTHROPICAPIKEY, etc.). For packaged builds, use GenSecureKey::SetGenAIApiKeyRuntime().

Pricing

Model: open_source
Free tier: Yes
Requires CC: No

MIT licensed open source. Users pay LLM provider API costs directly. Commercial GenAI-Pro plugins available separately.

Agent Metadata

Pagination
none
Idempotent
Unknown
Retry Guidance
Not documented

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.

$99

Scores are editorial opinions as of 2026-03-06.

5183
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered