edi3on/py-ue5-mcp-server — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Python MCP server that lets Claude Desktop control Unreal Engine 5 with normal chat messages. I want to be able to ask for things like creating a snowman, spawning a few actors, moving them around, rotating or scaling them, listing what is in the scene, and calling functions on Blueprint actors. It should talk to Unreal through the Remote Control API and give clear feedback when something works or fails.

Please make it feel simple to use for someone who knows basic Unreal but not much coding. Include setup so it works with Claude Desktop on Windows, plus any config needed to point Claude at the server. Assume Unreal is already open and the Remote Control API plugin is enabled.

Use centimeters for positions and sizes, since that is how Unreal works here. Add a couple of ready to try example commands, including the snowman family demo from the README. Also include helpful logging and simple troubleshooting notes. If anything is unclear, look up the current MCP and Unreal Remote Control docs online.

Want more depth? Deep Reverse