# Unreal MCP (Epic Games)

> Epic's first-party in-editor MCP server for Unreal Engine 5.8.

- **Category:** 3D, Worlds & VFX
- **Vendor:** Epic Games (official)
- **Pricing:** free
- **Verified:** 2026-08-11

## What it does

Ships inside the Unreal Editor as the ModelContextProtocol plugin, exposing toolsets that spawn actors, configure lighting, create material instances, inspect widgets, and run automation tests. Discovery is indirect — three meta-tools (list_toolsets, describe_toolset, call_tool) walk a registry of UToolsetDefinition-derived toolsets, so studios can register their own. For virtual production and previz this is the version that will not rot when the engine moves.

## Connect

- Follow the vendor's instructions: https://dev.epicgames.com/documentation/unreal-engine/unreal-mcp-in-unreal-editor

**Auth:** none — No auth. Requires Unreal Engine 5.8 with the ModelContextProtocol and AllToolsets plugins enabled (Toolset Registry is pulled in as a dependency)

## Capabilities

[3d-scene-control](https://mcp.film/capabilities/3d-scene-control.md) · [world-building](https://mcp.film/capabilities/world-building.md) · [virtual-production](https://mcp.film/capabilities/virtual-production.md) · [previz](https://mcp.film/capabilities/previz.md) · `automation-testing`

## Sample tools

`list_toolsets` · `describe_toolset` · `call_tool`

## Field notes

Marked Experimental by Epic: 'use caution when shipping with it', APIs and data formats subject to change, many features incomplete. HTTP and Server-Sent Events only — stdio and WebSocket transports are not supported, so remote-agent setups need their own tunnel. It binds loopback at http://127.0.0.1:8000/mcp (port and path configurable) and rejects non-loopback Origin headers, but Epic states plainly there is 'no authentication layer; the plugin is not safe to expose beyond the local machine' — anything that reaches that port drives your editor. UE 5.8 only; on 5.5-5.7 or for hosted use, see the unreal-engine entry.

## Verification

- Status: Freshly checked (1 days old)
- Added: 2026-08-11
- Last verified: 2026-08-11
- Machine JSON: https://mcp.film/api/mcps/unreal-mcp-epic.json

## Links

- Site: https://www.unrealengine.com/?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=unreal-mcp-epic%3Asite
- Docs: https://dev.epicgames.com/documentation/unreal-engine/unreal-mcp-in-unreal-editor?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=unreal-mcp-epic%3Adocs

---

Structured data: https://mcp.film/api/mcps/unreal-mcp-epic.json · Directory: https://mcp.film
