Ultimate Unreal Engine MCP: Claude Code Can Now Build and Verify Unreal Engine Levels with 132 Tools

An open-source MCP server called Ultimate Unreal Engine MCP now gives Claude Code 132 tools across 26 domains to programmatically build and verify Unreal Engine levels. The tool is in active development and available on GitHub.
What it does
Claude can spawn actors, set UPROPERTY values, take viewport screenshots, navigate the camera, and inspect component bounds — all through the Model Context Protocol. Every mutating tool includes a built-in verification step: before reporting success, Claude checks bounds after transforms, screenshots after visual changes, and self-corrects when rotations shift meshes off pivot. The author notes: "No more 'looks good!' when the door is floating 2 meters from the wall."
Setup
To get started, run:
npx ultimate-unreal-engine-mcp setupThe MCP server then exposes all 132 tools to any MCP-compatible AI coding agent (Claude Code, Cursor, etc.).
Who it's for
Unreal Engine developers who want to use AI coding agents to automate level building, test placement, or iterate on scene composition without manual checks.
📖 Read the full source: r/ClaudeAI
👀 See Also

Developer builds terminal status bar to monitor Claude Code session limits after unexpected cutoff
A developer created a Python terminal statusline that shows Claude Code's session usage live after being cut off mid-refactor without warning. The tool uses existing sessions without requiring an API key.

Need MCP Server Provides Semantic Tool Discovery for AI Agents
An MCP server called Need enables semantic search over 10,000+ tools from brew, npm, pip, and cargo. When an agent requests a task like 'compress these PNGs,' it finds pngquant, installs it, runs it, and reports back on success.

Claude Code v2.1.166: Fallback Models, Glob Deny Rules, Cross-Session Hardening
Claude Code v2.1.166 introduces up to 3 fallback models, glob pattern support in deny rules, hardened cross-session messaging, and fixes for terminal flickering, orphaned processes, and more.

Doc Harness: A Claude Code Skill for Maintaining Project State Across Sessions
Doc Harness is a Claude Code skill that creates a lightweight documentation system with five structured files to help AI agents maintain project context across sessions. It addresses issues like context resets, forgotten rules, and the need to re-explain projects to new agents.