unreal-engine-mcp

FFZackFair92/unreal-engine-mcp
★ 3 stars Python AI/LLM Updated today
Drive Unreal Engine 5 from an AI agent — MCP server over the Remote Control API and in-editor Python. No C++ plugin to compile.
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-engine-mcp": {
      "command": "uvx",
      "args": [
        "unreal-engine-mcp"
      ]
    }
  }
}

Or install with pip: pip install unreal-engine-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets an AI agent drive Unreal Engine 5: create projects, import assets, build levels and Blueprints, configure replication, compile C++, run Play In Editor and package the game. **No C++ plugin to compile.** It uses two plugins that already ship with the

Tools (9)

UE_MCP_ENGINE_DIRSUE_MCP_LIBRARYUE_MCP_MAX_DOWNLOADUE_MCP_MULTICAST_BINDUE_MCP_MULTICAST_TTLUE_MCP_PROJECTUE_MCP_TIMEOUTUE_MCP_TRANSPORTmcpServers

Topics

ai-agentautomationblueprintclaudegame-developmentgamedevlevel-designllmmcpmodel-context-protocolpythonremote-control-apiue5unreal-engineunreal-engine-5