Model Context Protocol (MCP) server plugin for Unreal Engine - 100+ editor commands over TCP for AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unrealmcp": {
"command": "npx",
"args": [
"-y",
"DeVoe09/UnrealMCP"
]
}
}
}
Run in terminal:
claude mcp add unrealmcp npx -y DeVoe09/UnrealMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"unrealmcp": {
"command": "npx",
"args": [
"-y",
"DeVoe09/UnrealMCP"
]
}
}
}