PluginBench
MCP Server

Godot Forge MCP Server

io.github.gregario/godot-forge

What is the Godot Forge MCP server?

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

How to install Godot Forge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GODOT_PATH

    Path to Godot 4.x binary (auto-detected if not set)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "godot-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ],
      "env": {
        "GODOT_PATH": "<YOUR_GODOT_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "godot-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ],
      "env": {
        "GODOT_PATH": "<YOUR_GODOT_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "godot-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ],
      "env": {
        "GODOT_PATH": "<YOUR_GODOT_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "godot-forge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ],
      "env": {
        "GODOT_PATH": "<YOUR_GODOT_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add godot-forge --env GODOT_PATH=<YOUR_GODOT_PATH> -- npx -y godot-forge

Related MCP servers

3D printing filament and materials knowledge MCP server

View repository →

Astronomical catalog data and observing session planner. 13,000+ objects from OpenNGC.

View repository →

Brewing knowledge MCP — beer styles, ingredients, off-flavours, water chemistry, recipes

View repository →

D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools

View repository →

Hearthstone card search, deck analysis, strategy coaching, and archetype classification

View repository →

LEGO sets, parts, minifigs, and inventories as an MCP server

View repository →