Skip to content
Grok

unreal-mcp-ue4 for Grok

io.github.conaman/unreal-mcp-ue4

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

client:Grok transport:stdio runtime:npm

Install unreal-mcp-ue4 in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

unreal-mcp-ue4 in other clients