unreal-engine-mcp-toolkit

eliestroun14/unreal-engine-mcp-toolkit
★ 2 stars C++ AI/LLM Updated today
Control Unreal Engine from an AI assistant via the Model Context Protocol - C++ editor plugin + Python MCP server with extended Blueprint graph manipulation.
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-to": {
      "command": "npx",
      "args": [
        "-y",
        "eliestroun14/unreal-engine-mcp-toolkit"
      ]
    }
  }
}

Topics

ai-agentblueprintclaudegame-developmentmcpmodel-context-protocolunrealunreal-engine