Odel
godot gut mcp

godot gut mcp

Local
@diegobr4ndPythonUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgodot-gut-mcpv0.1.2

Run

uvx godot-gut-mcp

MCP client config

{
  "mcpServers": {
    "godot-gut-mcp": {
      "command": "uvx",
      "args": [
        "godot-gut-mcp"
      ]
    }
  }
}