MCP Directory
Back

UnrealClaude

by Natfii · C++ · ★ 816

Claude Code CLI integration for Unreal Engine 5.7 - Get AI coding assistance with built-in UE5.7 documentation context directly in the editor.

#ai#ai-coding-assistant#ai-game-development#ai-tools#anthropic#claude#claude-code#cpp#editor-plugin#game-development#gamedev#mcp#mcp-server#model-context-protocol#ue5#unreal-engine#unreal-engine-5#unreal-engine-plugin

Install

git clone https://github.com/Natfii/UnrealClaude.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "unrealclaude": {
      "command": "npx",
      "args": [
        "-y",
        "github:Natfii/UnrealClaude"
      ]
    }
  }
}

From the README

**Claude Code CLI integration for Unreal Engine 5.7** - Get AI coding assistance with built-in UE5.7 documentation context directly in the editor. > **Supported Platforms:** Windows (Win64), Linux, and macOS (Apple Silicon). Claude Opus 4.7 and its Claude Code release supported. UnrealClaude integrates the [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) directly into the Unreal Engine 5.7 Editor and runs a MCP server for access to other coding agents. **Key Features:** - **Native Editor Integration** - Chat panel docked in your editor with live streaming responses,…
Read full README on GitHub →

Related ai & ml servers