UE-MCP
Enables interaction with the Unreal Editor, allowing users to manage the editor lifecycle (launch, stop, status), configure project settings, and execute Python code remotely within the Unreal Engine environment.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UE-MCPlaunch the editor and list all actors in the current level"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UE-MCP
MCP server for Unreal Editor interaction.
Overview
UE-MCP is a FastMCP-based MCP server that enables AI assistants to interact with Unreal Editor through the Python remote execution protocol.
Related MCP server: Unreal-MCP-Ghost
Features
Project Isolation: Each MCP server instance is bound to a single UE5 project (auto-detected from working directory)
Managed Editor Lifecycle: Server manages the editor process and ensures cleanup on exit
Auto Configuration: Automatically configures Python plugin and remote execution settings
Remote Execution: Execute Python code in the editor via socket protocol
Installation
pip install -e .Usage
Run the server from a UE5 project directory:
cd /path/to/your/ue5/project
ue-mcpOr use with FastMCP:
fastmcp run ue_mcp.server:mcpMCP Tools
editor.launch(additional_paths, wait, wait_timeout)- Launch Unreal Editor (synchronous by default)editor.status()- Get editor statuseditor.stop()- Stop the editoreditor.execute(code)- Execute Python code in the editoreditor.configure()- Check/fix project configurationproject.build(target, configuration, platform, clean, wait, verbose)- Build the UE5 project using UnrealBuildTool
Claude Code Configuration
Add to your .claude/settings.json:
{
"mcpServers": {
"ue-mcp": {
"command": "ue-mcp"
}
}
}Requirements
Python >= 3.10
Unreal Engine 5.x with Python plugin
FastMCP >= 2.0.0
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables AI clients like Claude Code, Cursor, or VS Code to drive the Unreal Editor: execute Python, capture screenshots, tail logs, check status, and run VERA commands.Last updated11MIT
- Alicense-qualityCmaintenanceEnables AI clients to control Unreal Engine 5 editor for automated Blueprint authoring, level inspection, actor spawning, and other editor workflows via a local Python MCP server and UE plugin.Last updated3AGPL 3.0
- Alicense-qualityAmaintenanceEnables AI agents to control and query Unreal Engine 4.27.2 editor through MCP, supporting asset creation, level editing, and project inspection via Python remote execution.Last updated8916MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Unreal Engine via Remote Control API for actor, asset, level, and editor operations.Last updated14MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chengdagong/ue-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server