unreal-mcp-ue4 runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 26 May 2026.
UE4.27 MCP server for controlling Unreal Editor sessions over Python Remote Execution.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add unreal-mcp-ue4 -- npx -y unreal-mcp-ue4
{
"mcpServers": {
"unreal-mcp-ue4": {
"args": [
"-y",
"unreal-mcp-ue4"
],
"command": "npx"
}
}
}
[mcp_servers.unreal-mcp-ue4]
command = "npx"
args = ["-y", "unreal-mcp-ue4"]
{
"mcpServers": {
"unreal-mcp-ue4": {
"args": [
"-y",
"unreal-mcp-ue4"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"unreal-mcp-ue4": {
"args": [
"-y",
"unreal-mcp-ue4"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.