godot-mcp-toolkit

NPGameDev/godot-mcp-toolkit
★ 3 stars GDScript Code/Dev Tools Updated today
A Godot 4.2+ editor plugin that lets AI coding assistants work inside the editor over the Model Context Protocol. Consolidated tools cover 150+ operations across scenes, scripts, nodes, and playtests, and a GDScript extension API lets any project add its own tools. Pairs with the godot-mcp-server npm bridge; runs locally.
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",
        "NPGameDev/godot-mcp-toolkit"
      ]
    }
  }
}