godot-mcp-go

regiellis/godot-mcp-go
★ 33 stars GDScript Code/Dev Tools Updated today
Control a running Godot 4.7 editor and game directly from the terminal. Includes a Go CLI, editor addon, 312 commands, and an MCP server with dynamically generated tool schemas.
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": {
    "godot-mcp-go": {
      "command": "npx",
      "args": [
        "-y",
        "regiellis/godot-mcp-go"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="https://raw.githubusercontent.com/regiellis/godot-mcp-go/main/website/public/brand/mark.svg" width="104" alt="godot-mcp: a terminal prompt in a rounded tile with a live-connection dot"> </p> Drive a running **Godot 4.7+** editor from the command line — and from AI agents — to build scenes, write GDScript or C#, play and inspect the game, and introspect the engine's real API. A Go CLI talks to a GDScript editor addon over WebSocket. **329 commands across 50 groups**,

Topics

ai-agentsclaudecligamedevgogodotgodot-addongodot-enginemcpmodel-context-protocol