mcpbeat Sign in

Godot Gut MCP Server

by diegobr4nd Your server? Claim it
local only

Godot Gut MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 113 installs a week from pypi. Last commit 2 Jul 2026.

Servidor MCP que permite ejecutar tests de Godot con GUT desde cualquier IA

Installs per day peak 35 · avg 20 · -18% w/w
a month agotoday
113
Installs / week
pypi · godot-gut-mcp
0
Stars
0 open issues
2 Jul 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

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.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add godot-gut-mcp -- uvx godot-gut-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "godot-gut-mcp": {
      "args": [
        "godot-gut-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.godot-gut-mcp]
command = "uvx"
args = ["godot-gut-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "godot-gut-mcp": {
      "args": [
        "godot-gut-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "godot-gut-mcp": {
      "args": [
        "godot-gut-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GODOT_PATH (Ruta al ejecutable de Godot (por ejemplo C:/ruta/a/godot.exe)), GODOT_PROJECT_PATH (Ruta a la carpeta del proyecto de Godot (la que contiene project.godot)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Godot Gut MCP

same job, measured the same way
Godot MCP Runtime
by erodenn

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

1 340 installs/wk local only
Perseus: MCP server and live context engine
by perseus-computing-llc

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

local only
Blacksmith
by grahamnotgrant

MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.

210 installs/wk local only
Site
by co-penetrationtestingcost

Penetration Testing Cost: the site's own MCP server — enquiry (enquiry = a human handoff, not a...

3 tools answering
Vanta
by mindstone

Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs

86 installs/wk local only
Tiny Go MCP Server
by kioie

Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use.

local only
API Tester
by ryudi84

MCP server for API testing: HTTP requests, cURL generation, health checks.

31 installs/wk local only
Cucumberstudio
by herosizy

MCP server for Cucumber Studio - test scenarios, action words, and execution data

59 installs/wk local only

Godot Gut MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Godot Gut MCP?
Godot Gut MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package godot-gut-mcp was installed 113 times last week.
How do I connect Godot Gut MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls godot-gut-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Godot Gut MCP?
The pypi package godot-gut-mcp was installed 113 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Godot Gut MCP open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.