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).
Run
uvx godot-gut-mcp
MCP client config
{
"mcpServers": {
"godot-gut-mcp": {
"command": "uvx",
"args": [
"godot-gut-mcp"
]
}
}
}