Back to Home
ChiR24 icon

Unreal_mcp

by ChiR24

Overview

Enables AI assistants to control and automate Unreal Engine via its Remote Control API for game development tasks.

Installation

Run Command
npx unreal-engine-mcp-server

Environment Variables

  • UE_HOST
  • UE_RC_HTTP_PORT
  • UE_RC_WS_PORT
  • UE_PROJECT_PATH
  • UE_EDITOR_EXE
  • UE_SCREENSHOT_DIR

Security Notes

The `createProceduralTerrain` function in `src/tools/build_environment_advanced.ts` uses `eval` on the `height_function` parameter. If an attacker can inject malicious code into this string via an AI assistant, it could lead to arbitrary code execution on the host machine. Extensive console command execution is also present, though with some filtering against explicitly dangerous commands. Network exposure is local by default but configurable, posing a risk if exposed externally without proper authorization.

Similar Servers

Stats

Interest Score48
Security Score3
Cost ClassMedium
Avg Tokens500
Stars32
Forks7
Last Update2025-12-06

Tags

Unreal EngineGame DevelopmentAI AutomationRemote ControlTypeScript