
Unreal Mcp Ue4
Drive Unreal Engine 4.27 Editor sessions from your agent via Python Remote Execution through MCP.
Overview
io.github.conaman/unreal-mcp-ue4 is a MCP server for the Build phase that controls Unreal Engine 4.27 Editor sessions over Python Remote Execution.
What is this MCP server?
- MCP stdio server unreal-mcp-ue4 (npm, version 2026.4.1-2)
- Targets Unreal Engine 4.27 Editor sessions
- Uses Python Remote Execution for editor control
- Enables agent-driven level and asset workflows in UE4
- Open-source repo conaman/unreal-mcp-ue4 on GitHub
- npm package unreal-mcp-ue4 version 2026.4.1-2
- Unreal Engine 4.27 target
- stdio MCP transport
Community signal: 10 GitHub stars.
What problem does it solve?
Repeating Unreal Editor tasks by hand does not scale, and generic automation skills do not speak Unreal's remote execution protocol.
Who is it for?
Indie UE4.27 developers who already use Python Remote Execution and want Claude Code or Cursor to operate the editor safely.
Skip if: UE5-only projects, builders without local Unreal 4.27 installs, or teams avoiding remote execution for security reasons.
What do I get? / Deliverables
Your agent can trigger editor-oriented actions through MCP while you keep creative control in UE4.27.
- Agent-invokable Unreal Editor control via MCP tools
- Repeatable remote execution workflows for UE4 sessions
- Documented local MCP server wiring for game projects
Recommended MCP Servers
Journey fit
Editor automation and scene control are core Build work for game indies shipping UE4-based titles. The server is agent-facing control plumbing for Unreal—not player-facing frontend code—so agent-tooling is the right shelf.
How it compares
Unreal Editor remote-control MCP, not a general game design skill or packaged asset marketplace.
Common Questions / FAQ
Who is io.github.conaman/Unreal Mcp Ue4 for?
Unreal Engine 4.27 developers who want MCP-driven editor automation via Python Remote Execution alongside their coding agent.
When should I use io.github.conaman/Unreal Mcp Ue4?
Use it during Build when automating editor sessions, prototyping agent-assisted level workflows, or scripting repeatable UE4 tasks.
How do I add io.github.conaman/Unreal Mcp Ue4 to my agent?
Install Unreal Mcp Ue4 from npm, configure stdio MCP in your agent, enable Python Remote Execution in UE4.27, and connect while the editor is running.