A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Engine via Remote Control API. Built with TypeScript and designed for game development automation.
1.2K
13 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
inspect | Introspection utility for reading or mutating properties on actors, components, or CDOs. Use it when you need to: - inspect an object by path and retrieve its serialized properties. - set a property value with built-in validation. Supported actions: inspect_object, set_property. |
manage_rc | Remote Control preset helper for building, exposing, and mutating RC assets. Use it when you need to: - create a preset asset on disk. - expose actors or object properties to the preset. - list the exposed fields for inspection. - get or set property values through RC with JSON-serializable payloads. Supported actions: create_preset, expose_actor, expose_property, list_fields, set_property, get_property. |
Manual installation
You can install the MCP server using:
Installation for