UnrealMCP

MCP to allow AI agents to control Unreal

GitHub Stars

409

User Rating

Not Rated

Favorites

0

Views

281

Forks

55

Issues

10

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Unreal Engine: 5.5 (Tested only on this version)
C++ Development Environment: Configured for Unreal Engine
Python: 3.7 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/kvick-games/UnrealMCP.git
cd UnrealMCP

2. Build the Plugin

Open Unreal Engine Editor and enable the plugin.

3. Configure Python Scripts

Set up the Python environment and install any necessary dependencies.

Troubleshooting

Issue: Plugin not functioning correctly Solution: Check Unreal Engine version and ensure the C++ development environment is correctly configured.