Skip to main content
Process
toolsNovember 2, 2025

UnrealEngine_Bridge

MCP server bridging Claude to Unreal Engine 5. 39 tools for scene understanding, material editing, actor manipulation, and editor control.

Same frustration as Synapse, different DCC. Unreal's built-in AI chat is a black box and every third-party integration either locks you to one provider or dies between sessions.

**MCP to the editor itself** An MCP server talking directly to Unreal's Python API. Scene traversal, material edits, actor manipulation, and editor-level commands — anything you'd click, the agent can read or do.

**39 tools, curated** Tight surface area for the actions that actually matter: querying the scene graph, touching materials, moving or spawning actors, driving the editor. No kitchen-sink, no dead-weight endpoints.

**Transparent by design** Every action is inspectable. The context sent to the model is legible. Prompts are editable. An assistant I control, not a feature I'm locked into.

**Pairs with Synapse** Same architectural philosophy (direct bridge, no middleware rot), different target application. One mental model, two DCCs.

Unreal EngineMCPClaudePythonGame Dev