A full MCP server built into Unreal Engine 5. Connect any AI agent — Claude Code, Cursor, your own scripts — directly to the editor. 286 tools. 36 recipes. Zero server setup.
One-time purchase · All v1.x updates included · No subscription
Recipes are multi-step workflows you trigger from a single prompt. They compose individual tools into end-to-end operations, with error handling and structured output.
Spawn and configure a three-point lighting rig in one call
Scan a content folder and report asset types, sizes, and usage
Start PIE, run checks, capture results, and tear down cleanly
Inspect a Blueprint down to its variables, functions, and graph nodes
Report every reference before deleting an asset
List a material instance's parameters and parent chain
Save the current level state as a named snapshot
Capture before/after screenshots around an edit
+ 28 more recipes included.
Any destructive operation — deleting actors, clearing levels, reverting files — requires explicit approved: true before execution.
Your agent will pause and ask for confirmation. Nothing gets lost without your say.
All 286 tools are schema-validated at build time. Each tool has a JSON Schema definition, description, and typed parameters — so AI agents know exactly what they can call and how.
npm install -g @anthropic/claude-code
Download from Fab. Unzip. Copy the WebifiedBridge/ folder into your project's Plugins/ directory, then enable it in Edit → Plugins.
How Webified Bridge compares to other approaches for AI-assisted UE5 development.
| Feature | Webified Bridge | Python Copilot | Remote Control API | Manual Scripting |
|---|---|---|---|---|
| MCP-native (no custom integration) | ✓ | — | ⚠ partial | — |
| Works with Claude Code out of the box | ✓ | — | — | — |
| Approval gate for destructive ops | ✓ | — | — | — |
| Live resource subscriptions | ✓ | — | — | — |
| 286 pre-built tools | ✓ | — | ⚠ some | — |
| Multi-step recipe workflows | ✓ | — | — | — |
| No editor restart on tool changes | ✓ | ⚠ | — | — |
| UE 5.4 – 5.7 tested build matrix | ✓ | varies | ✓ | varies |
| Status panel inside editor | ✓ | — | — | — |
| No cloud / local-only | ✓ | ✓ | ✓ | ✓ |