unreal-mcp

Enable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).

GitHub Stars

903

User Rating

Not Rated

Favorites

0

Views

77

Forks

124

Issues

25

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Unreal Engine: 5.5 or higher
Python: 3.12 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/chongdashu/unreal-mcp
cd unreal-mcp

2. Add Plugin

Add the UnrealMCP plugin to your Unreal Engine project.

3. Start Server

Run the Python server:
bash
python Python/unreal_mcp_server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies.

Additional Resources