Unreal Engine 5 — автоматизация сцен и рендера
★ 7.1 · design
unreal-mcp is a Claude Code skill that automates Unreal Engine 5.8+ editor operations — building and dressing levels, spawning and moving actors, configuring lighting and atmosphere, authoring material instances, framing camera shots, capturing screenshots and renders, importing assets, and running automation tests — all without manually touching the editor UI. It works through Epic's official experimental Unreal MCP plugin (ModelContextProtocol), which runs inside the editor process and exposes editor functionality as typed MCP endpoints; the AllToolsets plugin adds the shipped toolsets: SceneTools, ActorTools, MaterialInstanceTools, ObjectTools, and more. Every task flows through three meta-tools — list_toolsets, describe_toolset, and call_tool — and the skill explains the correct discovery sequence, reading parameter schemas, and safely chaining calls. It suits game developers, technical artists, and visualization specialists who need to automate repetitive or complex multi-step tasks, from a single "make the sun golden hour" request to a full "build a moody forest clearing with a campfire and render a shot of it" project.
- #unreal-engine
- #ue5
- #3d
- #mcp
- #game-development
- #cinematics
- #lighting