Home › Other › unreal-mcp-ue4

unreal-mcp-ue4

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

Python
★ 23 stars Last pushed 2026-05-26 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2026.4.1-2)

npx -y [email protected]

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry