A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Engine through the native C++ Automation Bridge plugin. Built with TypeScript and C++.
{
"mcpServers": {
"unreal_mcp": {
"command": "npx",
"args": [
"-y",
"unreal-engine-mcp-server"
]
}
}
}