Unreal Engine MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 404 installs a week from npm. Last commit 3 Aug 2026.
MCP server for Unreal Engine 5 with 23 tools for game development automation.
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-engine-mcp -- npx -y unreal-engine-mcp-server
{
"mcpServers": {
"unreal-engine-mcp": {
"args": [
"-y",
"unreal-engine-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.unreal-engine-mcp]
command = "npx"
args = ["-y", "unreal-engine-mcp-server"]
{
"mcpServers": {
"unreal-engine-mcp": {
"args": [
"-y",
"unreal-engine-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"unreal-engine-mcp": {
"args": [
"-y",
"unreal-engine-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.