Skip to content

Releases: NodeNestor/UE5UltimateMCP

v0.1.0-alpha — UE 5.7 Pre-built Binary

11 Mar 01:57

Choose a tag to compare

First release — Alpha / Untested

Pre-built plugin binary for UE 5.7 (Win64). Drop into your project's Plugins/ folder — works with Blueprint-only projects, no C++ compilation needed.

What's included

  • 158 tools across 27 categories (Blueprints, Materials, Sequencer, AI, World Gen, Niagara, UI, and more)
  • C++ plugin DLL (runs inside UE5 editor)
  • Source code included

What's NOT included

  • The TypeScript MCP bridge still needs to be built separately (cd MCP && npm install && npm run build)
  • Node.js 18+ is required

Setup

  1. Extract the zip into YourProject/Plugins/UE5UltimateMCP/
  2. Build the bridge: cd Plugins/UE5UltimateMCP/MCP && npm install && npm run build
  3. Register with Claude: claude mcp add ue5 -- node Plugins/UE5UltimateMCP/MCP/dist/index.js
  4. Open UE5 and start using it

Known limitations

  • Built against UE 5.7 only — won't work with 5.4/5.5/5.6 without recompilation
  • Alpha status — tools are untested in real projects
  • Windows only (Win64)