o3de-mcp

nickschuetz/o3de-mcp
★ 9 stars Python Memory/Knowledge Updated 2d ago ⚠ Review
Automate Open 3D Engine with AI — an MCP server for editor control, project & build management
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": {
    "o3de-mcp": {
      "command": "uvx",
      "args": [
        "o3de-mcp"
      ]
    }
  }
}

Or install with pip: pip install o3de-mcp

README Excerpt

Automate [Open 3D Engine (O3DE)](https://o3de.org) with AI — an [MCP](https://modelcontextprotocol.io) server for editor control, project & build management. See the [architecture documentation](docs/architecture.md) for a detailed system diagram and communication flow. **Capability Detection**: - `get_capabilities` — check editor connectivity and CLI availability before using other tools

Tools (10)

O3DE_BUILD_TIMEOUTO3DE_CMAKE_GENERATORO3DE_CONFIGURE_TIMEOUTO3DE_EDITOR_CONNECT_TIMEOUTO3DE_EDITOR_HOSTO3DE_EDITOR_PORTO3DE_EDITOR_TIMEOUTO3DE_ENGINE_NAMEO3DE_ENGINE_PATHO3DE_EXPORT_TIMEOUT

Topics

ai-toolseditor-automationgame-developmentgame-enginemcpmodel-context-protocolo3deopen-3d-enginepython