Unreal Engine

Unreal Engine

runreal

Connects to Unreal Engine projects to execute Python scripts, query assets, and run console commands directly from AI assistants. Uses Unreal's built-in Python remote execution without requiring custom plugins.

79672 views17Local (stdio)

What it does

  • Execute Python scripts in Unreal Editor
  • List and query project assets
  • Export assets to text format
  • Get asset information and references
  • Run console commands in Unreal
  • Configure engine and project paths

Best for

Game developers using Unreal Engine 5.4+Automating asset management tasksAI-assisted game development workflows
No custom plugin requiredFull Unreal Python API accessUses built-in remote execution

Tools (20)

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. All python must have `import unreal` at the top. CHECK THE UNREAL PYTHON DOCUMENTATION BEFORE USING THIS TOOL. NEVER EVER ADD COMMENTS

Alternatives