Back to Home
ChiR24 icon

Unreal_mcp

Verified Safe

by ChiR24

Overview

High-performance bridge and automation server for Unreal Engine, enabling programmatic control, data processing, and asset authoring through a WebSocket API and optional WebAssembly acceleration.

Installation

Run Command
node dist/index.js

Environment Variables

  • UE_EDITOR_EXE
  • UE_PROJECT_PATH
  • UE_ENGINE_PATH
  • MCP_AUTOMATION_WS_HOST
  • MCP_AUTOMATION_WS_PORT
  • MCP_AUTOMATION_CAPABILITY_TOKEN
  • MCP_AUTOMATION_BRIDGE_ENABLED
  • LOG_LEVEL
  • WASM_ENABLED
  • MCP_METRICS_PORT
  • MCP_DEFAULT_CATEGORIES

Security Notes

The server implements robust input validation and path sanitization (`sanitizePath`, `CommandValidator`) to prevent common vulnerabilities like command injection and directory traversal. A capability token is used for authenticating with the Unreal Engine automation bridge and is redacted in logs. GraphQL and metrics endpoints are exposed, which is standard for servers, but requires appropriate network access control and firewall configuration.

Similar Servers

Stats

Interest Score75
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars167
Forks23
Last Update2026-01-19

Tags

Unreal EngineAutomationWebAssemblyGame DevelopmentToolingPerformance