AutoGodot

lucas-r-manoguerra/AutoGodot
★ 0 stars Python AI/LLM Updated today
MCP server for AI-driven Godot game development with Claude Desktop integration
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": {
    "autogodot": {
      "command": "uvx",
      "args": [
        "autogodot"
      ]
    }
  }
}

Or install with pip: pip install autogodot

README Excerpt

Autonomous game development framework that lets AI agents program, design scenes, and run visual QA on Godot 4.7 projects — all through the Model Context Protocol (MCP). An AI agent (Claude Desktop, VS Code, or any MCP-compatible client) can: - **Write game files** — Create/edit GDScript (`.gd`) and scene (`.tscn`) files directly

Tools (9)

GODOT_PATHGODOT_PROJECTSKIP_CLAUDE_CFGcapture_game_screencreate_scenemodify_sceneread_scenerun_godot_testwrite_game_file