-
Notifications
You must be signed in to change notification settings - Fork 42
Installation
ChiR24 edited this page Feb 4, 2026
·
2 revisions
Complete setup guide for Unreal Engine MCP Server.
- Node.js 18+
- Unreal Engine 5.0 - 5.7
- Git
npx unreal-engine-mcp-servergit clone https://github.com/ChiR24/Unreal_mcp.git
cd Unreal_mcp
npm install
npm run build
node dist/cli.js- Copy
plugins/McpAutomationBridgeto your project'sPlugins/folder - Regenerate project files
- Enable the plugin in Unreal Editor
- Restart Editor
Edit claude_desktop_config.json:
{
"mcpServers": {
"unreal-engine": {
"command": "npx",
"args": ["unreal-engine-mcp-server"],
"env": {
"UE_PROJECT_PATH": "C:/Path/To/YourProject"
}
}
}
}Edit ~/.cursor/mcp.json with similar configuration.
- Start Unreal Editor with plugin enabled
- Run MCP server
- Ask AI: "List assets in /Game folder"
- Tools Reference - Available tools
- Configuration - Settings
- Troubleshooting - Common issues
Unreal MCP