Home / MCP / UnrealMCP MCP Server

UnrealMCP MCP Server

Provides an MCP server for Unreal Engine to control scenes via AI tools and Python clients.

other
Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
    "mcpServers": {
        "unreal": {
            "command": "C:/path/to/your/project/Plugins/UnrealMCP/MCP/run_unreal_mcp.bat",
            "args": []
        }
    }
}