
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
@runreal/unreal-mcp
Advanced tools
MCP server for Unreal Engine that uses Unreal Python Remote Execution


This server does not require installing a new UE plugin as it uses the built-in Python remote execution protocol.
Adding new tools/features is much faster to develop since it does not require any C++ code.
It can support the full Unreal Engine Python API
Edit -> PluginsEdit -> Project Settings

{
"mcpServers": {
"unreal": {
"command": "npx",
"args": [
"-y",
"@runreal/unreal-mcp"
]
}
}
}
| Tool | Description |
|---|---|
set_unreal_engine_path | Set the Unreal Engine path |
set_unreal_project_path | Set the Project path |
get_unreal_engine_path | Get the current Unreal Engine path |
get_unreal_project_path | Get the current Unreal Project path |
editor_run_python | Execute any python within the Unreal Editor |
editor_list_assets | List all Unreal assets |
editor_export_asset | Export an Unreal asset to text |
editor_get_asset_info | Get information about an asset, including LOD levels for StaticMesh and SkeletalMesh assets |
editor_get_asset_references | Get references for an asset |
editor_console_command | Run a console command in Unreal |
editor_project_info | Get detailed information about the current project |
editor_get_map_info | Get detailed information about the current map/level |
editor_search_assets | Search for assets by name or path with optional class filter |
editor_get_world_outliner | Get all actors in the current world with their properties |
editor_validate_assets | Validate assets in the project to check for errors |
editor_create_object | Create a new object/actor in the world |
editor_update_object | Update an existing object/actor in the world |
editor_delete_object | Delete an object/actor from the world |
editor_take_screenshot | Take a screenshot of the Unreal Editor |
editor_move_camera | Move the viewport camera to a specific location and rotation for positioning screenshots |
Please feel free to open issues or pull requests. Contributions are welcome, especially new tools/commands.
FAQs
MCP server for Unreal Engine using Unreal Python Remote Execution
We found that @runreal/unreal-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.