Build games in Unreal Engine by prompting an agent.
Conduit embeds a Model Context Protocol server inside the Unreal Editor. Any MCP-compatible agent designs, builds, and verifies your game, closing the loop with screenshots and play-in-editor.
Get Conduit on Fab · 95 typed tools · 4 agentic skills
You stay the creative director.
Conduit does the engine work between your idea and a working scene. It generates no art, no music, no story, the vision, the look, and the decisions that make the game yours stay with you.
No sidecar. No socket bridge. No glue process.
The MCP server runs in-process inside the Unreal Editor and speaks directly to the engine. The agent connects over HTTP and calls typed tools.
Prompt
Describe the game in plain language to any MCP-compatible agent, Claude Code or Claude Desktop.
Native MCP server in the editor
The agent connects over HTTP to the in-process server at :30010/mcp and calls typed, validated tools.
Built & verified
The agent authors assets, compiles Blueprints, and closes the loop with screenshots and play-in-editor.
Claude Desktop
JSON-RPC / SSE
:30010/mcp
Blueprints · UMG
First-class tools for every layer of the engine.
Not one execute_python catch-all, typed, validated authoring across levels, Blueprints, UI, materials, physics, and gameplay.
Levels & World
Create, save, and stream levels; configure world settings and lighting.
Actors & Scene
Spawn, transform, and configure actors anywhere in the scene.
Blueprints
Author Blueprint structure and the node-graph visual scripting that drives it.
Animation
Author Animation Blueprints: blendspaces, the AnimGraph, and locomotion state machines with transition rules — then bind them to a skeletal mesh.
UMG Game UI
Build designed UMG widgets, HUDs, menus, and in-game interfaces.
Materials
Create materials and drive their parameters and instances.
Data Assets
Define and populate data assets for content-driven gameplay.
Asset Import
Bring meshes, textures, and other content into the project.
Components & Physics
Attach components, set collision, and configure physics on actors.
Gameplay & Input
Wire GameModes, player starts, and Enhanced Input mappings.
Play-in-Editor
Launch and stop PIE to exercise the game the agent just built.
Visual Feedback Loop
Screenshots, reference-image diff, and off-screen UMG render to verify results.
Batch & Escape Hatches
Batch many tools in one call; gated Python, console, and cvar fallbacks.
Expert workflows layered on the tools.
Skills compose the typed tools into reliable, end-to-end authoring routines, the agent reaches for them when a goal needs more than a single call.
Game Bootstrapper
Turns a single prompt into a whole playable loop, level, actors, logic, input, and a GameMode.
Gameplay Logic Builder
Translates described behavior into a wired, compiling Blueprint event graph.
Game UI Builder
Designs and assembles UMG interfaces, then renders them off-screen to verify layout.
Level Designer
Handles blockout, lighting, and set dressing to bring a level from empty to playable.
Conduit vs. a typical UE MCP server.
The only thing matching the native, no-sidecar architecture is Epic's own experimental plugin, Conduit goes deeper on typed authoring, safety, and the skill layer.
An agent in your editor, on a short leash.
Editor mutations, console commands and Python execution each have an opt-in gate. Review tool results and use source control for changes that cannot be undone.
Read-only by default
Mutations, console, and Python are three independent gates, each stays off until you explicitly opt in.
Undo for structural edits
Typed structural edits use Unreal undo transactions. Arbitrary execution, imports and saved files are not a universal rollback system.
Structural edits serialized
Blueprint and asset structure changes run one at a time to keep the project consistent.
Optional endpoint auth
Protect the local MCP endpoint with bearer-token authentication when you need it.
Get Conduit on Fab.
Purchases are now handled through Fab. Visit the listing for current pricing, license options and the supported Unreal Engine release.
Already have Conduit? Follow the docs to install it, connect your agent and explore the 95-tool reference.