MCP bridge that connects AI coding assistants to the Unreal Engine 5 editor. Create materials, blueprints, spawn actors, manage data tables, profile performance, and 100+ more tools — all through natural language. Works with Claude Code, Cursor, VS Code, Gemini, Windsurf, JetBrains, Zed, and Amazon Q. Install with: pip install unrealmcp
Server Config
{
"mcpServers": {
"unreal": {
"command": "unrealmcp",
"args": [],
"env": {}
}
}
}