Godot MCP Runtime runs on your own machine — the client starts it, so there is no endpoint to ping. 1 340 installs a week from npm. Last commit 16 Sep 2026.
Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const proc = spawn(cmd, args, { stdio: 'pipe' });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add godot-mcp-runtime -- npx -y godot-mcp-runtime
{
"mcpServers": {
"godot-mcp-runtime": {
"args": [
"-y",
"godot-mcp-runtime"
],
"command": "npx"
}
}
}
[mcp_servers.godot-mcp-runtime]
command = "npx"
args = ["-y", "godot-mcp-runtime"]
{
"mcpServers": {
"godot-mcp-runtime": {
"args": [
"-y",
"godot-mcp-runtime"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"godot-mcp-runtime": {
"args": [
"-y",
"godot-mcp-runtime"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
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.).
The author declared them in the registry entry; get the values from the project itself.
Read-only evidence for the tools agents run: MCP server records, coverage and policy.
Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.
AI-powered test case generator ai MCP server for agents. Supports generate test cases, generate
Local test execution and coverage summaries for onboarding agents.
Create, test and play AI-native games through server-authoritative contracts.
Build, test, ship and maintain Microsoft Copilot Studio agents from the editor
A MCP server for TestDino
A test MCP server for task management
Answers built from our own checks of this server.