io.github.DiegoBr4nd/godot-gut-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.DiegoBr4nd/godot-gut-mcprun all tests and show failures"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Godot GUT MCP
Servidor MCP que permite a asistentes de IA (Claude, Cursor, etc.) ejecutar las pruebas unitarias de tu juego en Godot usando GUT, y leer los resultados de forma estructurada. Ideal para el ciclo "la IA escribe código → ejecuta los tests → lee los fallos → corrige".
Requisitos
Python 3.10 o superior
Godot 4.x
GUT 9.x instalado en tu proyecto (carpeta
res://addons/gut/)
Related MCP server: Godot MCP
Instalación
pip install godot-gut-mcpConfiguración en Claude Desktop
Configuración en Claude Desktop
Añade esto a tu archivo claude_desktop_config.json:
{
"mcpServers": {
"godot-gut": {
"command": "uv",
"args": ["run", "--with", "godot-gut-mcp", "godot-gut-mcp"],
"env": {
"GODOT_PATH": "C:/ruta/a/godot.exe",
"GODOT_PROJECT_PATH": "C:/ruta/a/tu/proyecto"
}
}
}
}GODOT_PATH: ruta al ejecutable de Godot.GODOT_PROJECT_PATH: ruta a la carpeta de tu proyecto (la que contieneproject.godot).
Herramientas disponibles
Herramienta | Qué hace |
| Ejecuta toda la suite de pruebas y devuelve un resumen |
| Ejecuta un archivo de pruebas concreto |
| Devuelve solo las pruebas que fallaron, con el mensaje y la línea del error |
Ejemplo de respuesta
{
"summary": { "passing": 1, "failing": 1, "all_passed": false },
"tests": [
{
"test": "test_suma_basica",
"status": "failed",
"message": "expected to equal [2]: Dos más dos debe ser cuatro",
"line": 4
}
]
}Licencia
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DiegoBr4nd/godot-gut-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server