unreal-mcp

ZiggyMar/unreal-mcp
★ 23 stars C++ AI/LLM Updated today
MCP server for Unreal Engine 5.6/5.8 — token-efficient Blueprint reading, editing, and a persistent project index for AI coding agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unreal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ZiggyMar/unreal-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that allows AI agents (Claude, Cursor) to directly control and manipulate Unreal Engine. This server lets Claude (or any MCP client) read and edit Unreal Engine 5.6/5.8 Blueprints directly, without burning your context window on raw engine JSON, and without needing anything beyond a stock Epic Games Launcher install.