MCP server for Unreal Engine that uses Unreal Python Remote Execution
| Tool name | Description | Destructive? |
|---|---|---|
| set_unreal_engine_path | ✓ no | |
| set_unreal_project_path | ✓ no | |
| get_unreal_engine_path | ✓ no | |
| get_unreal_project_path | ✓ no | |
| editor_run_python⚠ | ⚠ yes |
| editor_list_assets | ✓ no | |
| editor_export_asset | ✓ no | |
| editor_get_asset_info | ✓ no | |
| editor_get_asset_references | ✓ no | |
| editor_console_command | ✓ no | |
| editor_project_info | ✓ no | |
| editor_get_map_info | ✓ no | |
| editor_search_assets | ✓ no | |
| editor_get_world_outliner | ✓ no | |
| editor_validate_assets | ✓ no | |
| editor_create_object | ✓ no | |
| editor_update_object | ✓ no | |
| editor_delete_object⚠ | ⚠ yes | |
| editor_take_screenshot | ✓ no | |
| editor_move_camera | ✓ no |
{
"mcpServers": {
"unreal-1": {
"command": "npx",
"args": [
"-y",
"@runreal/unreal-mcp"
]
}
}
}