Home › Other › godot-mcp-enhanced

godot-mcp-enhanced

Enhanced Godot 4.5-4.7 MCP: headless+editor+bridge, secure GDScript sandbox, closed-loop AI dev.

TypeScript
★ 97 stars Last pushed 2026-09-13 License: NOASSERTION

Connect

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

Package (npm 0.24.0)

npx -y godot-mcp-enhanced@0.24.0

Or add to your MCP client config:

{
  "mcpServers": {
    "godot-mcp-enhanced": {
      "command": "npx",
      "args": [
        "-y",
        "godot-mcp-enhanced@0.24.0"
      ],
      "env": {
        "GODOT_PATH": "<YOUR_VALUE>",
        "GODOT_PROJECT_PATH": "<YOUR_VALUE>",
        "ALLOWED_PROJECT_PATHS": "<YOUR_VALUE>"
      }
    }
  }
}
  • GODOT_PATH — Path to the Godot executable (auto-detected from PATH / GODOT_PATH / project config if omitted)
  • GODOT_PROJECT_PATH — Default Godot project path (auto-detected from the client's cwd if omitted)
  • ALLOWED_PROJECT_PATHS — Semicolon-separated whitelist of project paths the server may operate on (security boundary; falls back to GODOT_MCP_UNRESTRICTED for local dev)

Related servers

Data from the Official MCP Registry