Unreal Mcp Ue4
Freeby MCP Community
UE4.27-first MCP server for controlling the Unreal Editor through Unreal Python Remote Execution.
v2026.4.1-2Added Apr 12, 2026
unrealmcpmodelcontextprotocolunreal-mcpue4
Unreal Mcp Ue4 MCP Server
UE4.27-first MCP server for controlling the Unreal Editor through Unreal Python Remote Execution.
Installation
npx -y unreal-mcp-ue4
Reviews
Installation
Quick install
npx -y unreal-mcp-ue4
Add to claude_desktop_config.json
{
"mcpServers": {
"unreal-mcp-ue4": {
"command": "npx",
"args": ["-y", "unreal-mcp-ue4"]
}
}
}