godot-gut-mcp
About
Servidor MCP que permite ejecutar tests de Godot con GUT desde cualquier IA
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GODOT_PATH GODOT_PROJECT_PATHClaude Code
claude mcp add --env GODOT_PATH= --env GODOT_PROJECT_PATH= godot-gut-mcp -- uvx godot-gut-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"godot-gut-mcp","command":"uvx","args":["godot-gut-mcp"],"env":{"GODOT_PATH":"","GODOT_PROJECT_PATH":""}}'
JSON
{
"mcpServers": {
"godot-gut-mcp": {
"command": "uvx",
"args": [
"godot-gut-mcp"
],
"env": {
"GODOT_PATH": "",
"GODOT_PROJECT_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.