Odel
unreal-mcp-ue4

unreal-mcp-ue4

Local
@conaman19PythonMITUpdated 3mo ago

UE4.27 MCP server for controlling Unreal Editor sessions over Python Remote Execution.

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).

npmunreal-mcp-ue4v2026.4.1-2

Run

npx -y unreal-mcp-ue4

MCP client config

{
  "mcpServers": {
    "unreal-mcp-ue4": {
      "command": "npx",
      "args": [
        "-y",
        "unreal-mcp-ue4"
      ]
    }
  }
}