Control the Unreal Engine 5 editor from any MCP client: Blueprints, materials, Niagara.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx unrealmcp
MCP client config
{
"mcpServers": {
"unrealmcp-ai-bridge-for-unreal-engine-5": {
"command": "uvx",
"args": [
"unrealmcp"
]
}
}
}