HomeDesign & Media › Godot Forge

Godot Forge

Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.

TypeScript Local macOSWindowsLinux
★ 8 stars Last pushed 2026-04-26 License: MIT

Topics: Gaming

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y godot-forge@0.1.2

Or add to your MCP client config:

{
  "mcpServers": {
    "godot-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge@0.1.2"
      ],
      "env": {
        "GODOT_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • GODOT_PATH — Path to Godot 4.x binary (auto-detected if not set)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry