A full MCP server built into Unreal Engine 5. Connect any AI agent — Claude Code, Cursor, your own scripts — directly to the editor. 151 tools. 28 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.
Place and configure environment actors with a single call
Set up a cinematic lighting setup with HDRI + fill lights
Scan a content folder and report size, type, and usage stats
Import multiple assets with consistent naming conventions
Start PIE, verify no crashes, capture screenshot, end PIE
Frame selection, adjust camera, take screenshot
Save current state with a named snapshot comment
Report references before deleting an actor
+ 20 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 151 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 | ✓ | — | — | — |
| 150+ 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 | ✓ | ✓ | ✓ | ✓ |