← Index

unreal-mcp-ue4

io.github.conaman/unreal-mcp-ue4·v2026.4.1-2·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "unreal-mcp-ue4": {
      "command": "npx",
      "args": [
        "-y",
        "unreal-mcp-ue4"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "unreal-mcp-ue4": {
      "command": "npx",
      "args": [
        "-y",
        "unreal-mcp-ue4"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y unreal-mcp-ue4
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other