Skip to content

Troubleshooting

ChiR24 edited this page Feb 4, 2026 · 1 revision

Troubleshooting

Common issues and solutions.


Connection Issues

"Connection refused"

Solutions:

  1. Ensure Unreal Editor is running
  2. Enable MCP Automation Bridge plugin
  3. Check firewall settings
  4. Verify UE_PROJECT_PATH

Installation Issues

Plugin Build Errors

# Clean and rebuild
rm -rf Plugins/McpAutomationBridge/Intermediate
rm -rf Plugins/McpAutomationBridge/Binaries
# Regenerate project files

"Module not found"

rm -rf node_modules package-lock.json
npm install
npm run build

Runtime Issues

"Tool not found"

  • Check tool name spelling
  • Update to latest version: npx unreal-engine-mcp-server@latest

Slow Response

set WASM_ENABLED=false
set MCP_AUTOMATION_REQUEST_TIMEOUT_MS=300000

Getting Help

Navigation

Getting Started

Reference

Help


Unreal MCP

Clone this wiki locally