Skip to content
Cline

unreal-mcp-ue4 for Cline

io.github.conaman/unreal-mcp-ue4

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

client:Cline transport:stdio runtime:npm

Install unreal-mcp-ue4 in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

unreal-mcp-ue4 in other clients