ue5-mcp
UE5 MCP is a UE5 editor plugin that exposes a project's Unreal Engine 5 Blueprints (and related assets) to an MCP client via a local HTTP server, enabling AI agents (e.g., Claude Code) to read, modify, and create Blueprint assets by describing changes in natural language.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
From the README, the system uses a local HTTP server inside a UE editor workflow but does not describe TLS, authentication, or authorization scopes. This suggests weaker default security controls (at least in documentation). As an editor plugin that can modify game assets, it should be treated as high-impact and used with least-privilege principles and careful network isolation.
⚡ Reliability
Best When
You want to prototype or accelerate Blueprint authoring/refactoring with an AI workflow while actively validating results in the UE editor.
Avoid When
You cannot tolerate local server exposure on developer machines, or you require robust, documented auth/error semantics and safety controls for automated agent-driven edits.
Use Cases
- • AI-assisted edits to UE5 Blueprints (add components, modify logic, refactor usages)
- • Searching and understanding what specific blueprint nodes/systems do
- • Generating or updating Blueprint graphs from plain-English requirements
- • Bulk modifications across multiple Blueprints/assets
Not For
- • Production-critical autonomous code changes without developer review/testing
- • Environments where running an editor plugin and local servers is not permitted
- • Use cases requiring strong authentication/auditing out of the box
- • Teams needing a stable, documented public API contract for tooling beyond MCP
Interface
Authentication
No authentication mechanism is described in the provided README (implies likely local/unprotected access). Treat local HTTP exposure as a security risk unless the implementation documents safeguards.
Pricing
MIT-licensed plugin; pricing for any hosted AI service is not part of this repo.
Agent Metadata
Known Gotchas
- ⚠ Agent may perform broad or unsafe modifications to Blueprint assets; changes likely need human review and UE validation
- ⚠ Local HTTP server exposure may cause conflicts or security concerns on shared machines
- ⚠ Without documented API contracts and error semantics, agent behavior may be brittle across UE project variations
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for ue5-mcp.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-03-30.