godot-mcp-toolkit

woyucbugongdaitian/godot-mcp-toolkit
★ 1 stars GDScript Code/Dev Tools Updated 6d ago
MCP tooling for Godot 4 automation, live editor control, and runtime observability.
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-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "woyucbugongdaitian/godot-mcp-toolkit"
      ]
    }
  }
}

Topics

automationeditor-plugingame-developmentgodotgodot-4mcpmodel-context-protocolruntime-debugging