PluginBench
MCP Server
Active
MIT

Godot MCP Runtime MCP Server

io.github.Erodenn/godot-mcp-runtime

What is the Godot MCP Runtime MCP server?

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

How to install Godot MCP Runtime

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 the Godot 4.x executable. Auto-detected if Godot is on PATH.

  • DEBUG

    Enable verbose logging when set to 'true'.

  • GODOT_MCP_DISABLE_ELICITATION

    Set to 'true' to disable run_project/run_script confirmation prompts (fail-open) for clients that cannot display elicitation, e.g. Claude Desktop. Tier 1 security hard-blocks still apply.

  • GODOT_MCP_STRICT

    Set to 'true' to hard-reject anything that would otherwise prompt, for unattended operation. Takes precedence over GODOT_MCP_DISABLE_ELICITATION.

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

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →