loading…
Search for a command to run...
loading…
Enables AI assistants to interact with Unreal Editor 5 through the Python remote execution protocol. It allows for managing the editor lifecycle, configuring pr
Enables AI assistants to interact with Unreal Editor 5 through the Python remote execution protocol. It allows for managing the editor lifecycle, configuring project settings, and executing Python scripts directly within the Unreal Engine environment.
MCP server for Unreal Editor interaction.
UE-MCP is a FastMCP-based MCP server that enables AI assistants to interact with Unreal Editor through the Python remote execution protocol.
pip install -e .
Run the server from a UE5 project directory:
cd /path/to/your/ue5/project
ue-mcp
Or use with FastMCP:
fastmcp run ue_mcp.server:mcp
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 UnrealBuildToolAdd to your .claude/settings.json:
{
"mcpServers": {
"ue-mcp": {
"command": "ue-mcp"
}
}
}
MIT
Run in your terminal:
claude mcp add ue-mcp -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs