Odel
Godot Forge

Godot Forge

Local
@gregario8TypeScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgodot-forgev0.1.2

Run

npx -y godot-forge

MCP client config

{
  "mcpServers": {
    "godot-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ]
    }
  }
}