ue5-mcp-bridge

Provides an MCP server (Node.js) that exposes Unreal Engine 5 editor operations (levels, actors, Blueprints, Animation Blueprints, assets, viewport capture, and console/script execution) to any MCP-compatible AI client. It bridges MCP tool calls to a separate Unreal HTTP backend (default http://localhost:3000) via an expected REST API.

Evaluated Mar 30, 2026 (22d ago)
Repo ↗ DevTools mcp unreal-engine ue5 editor-integration nodejs ai-tools blueprints animation-blueprints
⚙ Agent Friendliness
52
/ 100
Can an agent use this?
🔒 Security
22
/ 100
Is it safe for agents?
⚡ Reliability
34
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
85
Documentation
75
Error Messages
0
Auth Simplicity
40
Rate Limits
0

🔒 Security

TLS Enforcement
20
Auth Strength
10
Scope Granularity
0
Dep. Hygiene
50
Secret Handling
40

No auth/scopes are documented for the bridge or the required Unreal HTTP backend. Default points to http://localhost:3000 (unencrypted unless the backend is separately configured with TLS). Tooling includes high-impact actions (execute scripts/console commands), so running under untrusted agents/users requires strong local network and backend access controls (firewall, loopback-only, TLS, and authentication on the HTTP backend). README does not describe secret management practices or how errors/outputs might expose sensitive data.

⚡ Reliability

Uptime/SLA
0
Version Stability
55
Breaking Changes
45
Error Recovery
35
AF Security Reliability

Best When

You have UE5 editor running with a companion HTTP backend, and you want an MCP-capable AI client to drive editor workflows locally/within your dev environment.

Avoid When

You need authentication/authorization for remote multi-tenant use, or you cannot secure the local HTTP endpoint that this bridge depends on.

Use Cases

  • Use natural language to spawn and manipulate actors in UE5 levels
  • Query and modify Blueprints and Animation Blueprints programmatically via MCP tools
  • Accelerate repetitive editor tasks like property changes, level organization, and console commands
  • Search and inspect assets and their dependencies/referencers from an AI client
  • Capture viewport screenshots and retrieve UE output logs

Not For

  • Generating new game assets (3D models/textures/animations) from scratch
  • Running purely as a hosted SaaS integration with no local/Unreal backend
  • Security-sensitive remote access without an appropriately secured Unreal HTTP backend

Interface

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

Authentication

OAuth: No Scopes: No

README describes an HTTP backend URL (UNREAL_MCP_URL) but does not document auth, API keys, OAuth, or scopes at this bridge layer.

Pricing

Free tier: No
Requires CC: No

Open-source project (MIT badge shown); no pricing model described.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Operations are stateful and may have irreversible effects (e.g., spawning/deleting actors, modifying Blueprints).
  • Correct operation depends on the external Unreal HTTP backend being reachable at /mcp/status and matching the expected REST API.
  • Long-running operations should use the async task tools, but retry/cancellation semantics are not described.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for ue5-mcp-bridge.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

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

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered