ClaudeUnrealMCP

AgustinJimenez/ClaudeUnrealMCP
★ 0 stars C++ 💻 Code/Dev Tools Updated today
MCP plugin for Unreal Engine 5 — gives Claude Code full editor access via TCP server (blueprints, components, nodes, structs, enums, chooser tables, asset ops)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claudeunrealmcp": {
      "command": "npx",
      "args": [
        "-y",
        "AgustinJimenez/ClaudeUnrealMCP"
      ]
    }
  }
}

README Excerpt

> **WARNING: This project is in active development and is not production-ready.** APIs, commands, and behavior may change without notice. Use at your own risk. An Unreal Engine 5 editor plugin that provides [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) integration for AI coding assistants like [Claude Code](https://claude.ai/code). Gives Claude Code full read/write access to the UE5 editor via a TCP server.

Tools (1)

mcpServers