Unreal MCP Server

v1.0.0APIsstable

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

mcp-servermodelcontextprotocolunreal-engine-5
Share:
1,893
Stars
0
Downloads
0
Weekly
0/5

About

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

Features

  • set_unreal_engine_path
  • set_unreal_project_path
  • get_unreal_engine_path
  • get_unreal_project_path
  • editor_run_python

Use Cases

Set the Unreal Engine path
Set the Project path
Get the current Unreal Engine path
Get the current Unreal Project path
Execute any python within the Unreal Editor. All python must have 'import unreal' at the top. CHECK THE UNREAL PYTHON DOCUMENTATION BEFORE USING THIS TOOL. NEVER EVER ADD COMMENTS
chongdashu

Maintainer

LicenseMIT
Languagec++
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @runreal/unreal-mcp

Manual Installation

npx -y @runreal/unreal-mcp

Examples

Basic Configuration

Configure Unreal MCP Server

npx -y @runreal/unreal-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "unreal": { "command": "npx", "args": ["-y", "@runreal/unreal-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Unreal MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides