unreal-ai-connection

NAJEMWEHBE/unreal-ai-connection
★ 4 stars Python 💻 Code/Dev Tools Updated 4d ago
Model Context Protocol server for Unreal Engine 5 — drive the editor programmatically from any MCP-compliant AI client. 105 editor-automation tools (72 native C++ handlers + 33 bridge-side) over a local TCP socket, ~50ms round-trip, 489 passing tests, one-command install. Vendor-neutral, MIT.
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": {
    "unreal-ai-connection": {
      "command": "uvx",
      "args": [
        "unreal-ai-connection"
      ]
    }
  }
}

Or install with pip: pip install unreal-ai-connection

Topics

ai-agentsautomationclaude-codeclinecodex-clicontinuecopilotcppcursoreditor-automationgemini-clillm-toolsmcpmodel-context-protocolunreal-engine