MCP Unreal Server
A server implementation for interacting with Unreal Engine instances through remote Python execution.
Features
- 🚀 Unreal Instance Management
- Automatic discovery of Unreal nodes via multicast
- Real-time node status monitoring
- Resource listing through LSP-compatible clients
- 💻 Remote Execution
- Execute Python code in Unreal Engine environments
- Support for both attended and unattended execution modes
- File execution and statement evaluation modes
- 📊 Logging & Monitoring
- Detailed logging to file (
mcp_unreal.log
) - Console logging with different verbosity levels
- Node connection health monitoring
- Detailed logging to file (
Installation
Configuration
Network Settings
Configure multicast parameters in RemoteExecutionConfig
:
Logging
Modify logging configuration in server.py
:
Usage
Starting the Server
Supported Tools
- Connect to Unreal Instance
- Execute Python Code
API Documentation
Resource Format
Execution Modes
Mode | Description |
---|---|
MODE_EXEC_FILE | Execute Python file |
MODE_EXEC_STATEMENT | Execute Python statement |
MODE_EVAL_STATEMENT | Evaluate Python expression |
Troubleshooting
Common Issues:
- No nodes discovered: Verify Unreal instances are running with MCP plugin
- Execution timeout: Check firewall settings for multicast traffic
- Connection drops: Monitor
mcp_unreal.log
for node status changes
License
Apache-2.0 License
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Una implementación de servidor que permite la ejecución remota de código Python en entornos de Unreal Engine, con descubrimiento y gestión automáticos de nodos Unreal a través de una red de multidifusión.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that allows management and execution of Blender Python scripts, enabling users to create, edit and run scripts in a headless Blender environment through natural language interfaces.Last updated -8Python
- -securityAlicense-qualityA server that enables AI assistants to understand and interact with Unity projects in real-time, providing access to scene hierarchy, project settings, and the ability to execute code directly in the Unity Editor.Last updated -81MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables natural language interactive control of Universal Robots collaborative robots, allowing users to control robot motion, monitor status, and execute programs through direct commands to large language models.Last updated -293Python
- -securityAlicense-qualityA server that enables control of Unreal Engine 5.5+ using natural language commands, allowing users to create Blueprints, manipulate actors, work with nodes, manage project settings, and create UMG widgets through the Model Context Protocol.Last updated -1PythonMIT License