mcp.film

mcp.film / 3D, Worlds & VFX / Unreal Engine MCP

Unreal Engine MCP

CommunityRemoteby Community (Flopperam)freemiumverified Jun 11, 2026

Control Unreal Engine 5.5+ scenes and Blueprints by natural language.

Rate it: no ratings yet

What it does

MCP for UE 5.5-5.7 with two modes: a hosted 'Flop MCP' (50+ tools, streamable HTTP) and an open-source local Python server + C++ plugin. Agents can build worlds, author Blueprints, place actors, and set materials and physics — useful for virtual production and previz.

Connect

Remote endpoint (Streamable HTTP)
https://agent.flopperam.com/mcp
Claude Code
claude mcp add --transport http unreal-engine https://agent.flopperam.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "unreal-engine": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agent.flopperam.com/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "unreal-engine": {
      "url": "https://agent.flopperam.com/mcp"
    }
  }
}
Auth: api_key — https://flopperam.com/account (hosted mode); local mode is free but requires compiling the bundled UnrealMCP C++ plugin

Tools you'll see

bp_createbp_variablebp_nodescreate_towncreate_castle

Field notes

1k+ stars, MIT, actively maintained (May 2026). Landscape note: chongdashu/unreal-mcp is the most-starred (1.9k) but inactive since Apr 2025; ChiR24/Unreal_mcp (699 stars, active Jun 2026) is another option.

Pairs well with