Odel
UnrealMCP — AI Bridge for Unreal Engine 5

UnrealMCP — AI Bridge for Unreal Engine 5

Local
@aadeshrao12338C++MPL-2.0Updated 1mo ago

Control the Unreal Engine 5 editor from any MCP client: Blueprints, materials, Niagara.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIunrealmcpv1.3.1

Run

uvx unrealmcp

MCP client config

{
  "mcpServers": {
    "unrealmcp-ai-bridge-for-unreal-engine-5": {
      "command": "uvx",
      "args": [
        "unrealmcp"
      ]
    }
  }
}