Skip to content
Claude Desktop

Godot MCP Runtime for Claude Desktop

io.github.erodenn/godot-mcp-runtime

Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.

client:Claude Desktop transport:stdio runtime:npm

Install Godot MCP Runtime in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "godot-mcp-runtime": {
      "command": "npx",
      "args": [
        "-y",
        "godot-mcp-runtime"
      ],
      "env": {
        "GODOT_PATH": "<GODOT_PATH>",
        "DEBUG": "<DEBUG>",
        "GODOT_MCP_DISABLE_ELICITATION": "<GODOT_MCP_DISABLE_ELICITATION>",
        "GODOT_MCP_STRICT": "<GODOT_MCP_STRICT>",
        "GODOT_MCP_DISABLE_SECURITY": "<GODOT_MCP_DISABLE_SECURITY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Godot MCP Runtime in other clients