UnrealMCP

BoldPhoenix/UnrealMCP
★ 0 stars Python 💻 Code/Dev Tools Updated today
An MCP server that exposes all of the controls for creating a 3d game and/or cinematic video within the Unreal Editor.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unrealmcp": {
      "command": "uvx",
      "args": [
        "unrealmcp"
      ]
    }
  }
}

Or install with pip: pip install unrealmcp

README Excerpt

A self-owned [Model Context Protocol](https://modelcontextprotocol.io) server that drives the **Unreal Engine 5.7 editor** for AI-assisted development and **deterministic cinematic production** — designed to be controlled by Claude Code (or any MCP client). It speaks MCP over **stdio** on one side and the Unreal Editor's built-in **Python Remote Execution**