-
Notifications
You must be signed in to change notification settings - Fork 42
Troubleshooting
ChiR24 edited this page Feb 4, 2026
·
1 revision
Common issues and solutions.
Solutions:
- Ensure Unreal Editor is running
- Enable MCP Automation Bridge plugin
- Check firewall settings
- Verify
UE_PROJECT_PATH
# Clean and rebuild
rm -rf Plugins/McpAutomationBridge/Intermediate
rm -rf Plugins/McpAutomationBridge/Binaries
# Regenerate project filesrm -rf node_modules package-lock.json
npm install
npm run build- Check tool name spelling
- Update to latest version:
npx unreal-engine-mcp-server@latest
set WASM_ENABLED=false
set MCP_AUTOMATION_REQUEST_TIMEOUT_MS=300000- Installation - Setup guide
- Tools Reference - Tool documentation
- GitHub Issues
Unreal MCP