AutoGodot
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., "@AutoGodotCreate a new scene with a player character"
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.
AutoGodot
Autonomous game development framework that lets AI agents program, design scenes, and run visual QA on Godot 4.7 projects — all through the Model Context Protocol (MCP).
What It Does
An AI agent (Claude Desktop, VS Code, or any MCP-compatible client) can:
Write game files — Create/edit GDScript (
.gd) and scene (.tscn) files directlyRun Godot tests — Launch the project, capture console output, detect errors
Capture screenshots — Take visual QA screenshots of the running game for design verification
Related MCP server: niua-godot-mcp
Quick Start (Ubuntu)
git clone https://github.com/YOUR_USERNAME/autogodot.git
cd autogodot
chmod +x scripts/setup_and_run.sh
./scripts/setup_and_run.shThe setup script handles everything:
Verifies Python 3.10+ and Godot 4.7 are installed
Creates an isolated virtual environment
Installs all dependencies
Injects MCP server config into Claude Desktop (auto-detected)
Starts the MCP server
Manual Setup
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python core/mcp_server.pyMCP Tools
Tool | Description |
| Create or overwrite |
| Launch Godot with a scene, capture stdout/stderr, enforce timeout |
| Screenshot the running game window, return Base64 JPEG |
| Parse a .tscn into structured JSON |
| Build a .tscn from a JSON definition |
| Apply surgical operations to an existing .tscn |
Configuration
Environment Variable | Default | Description |
|
| Path to Godot 4.7 executable |
|
| Path to the Godot project directory |
|
| Set to |
Project Structure
autogodot/
├── config/ # MCP client config templates
├── core/
│ ├── __init__.py
│ ├── mcp_server.py # MCP server (stdio transport)
│ ├── godot_controller.py # Godot subprocess management
│ ├── scene_builder.py # Structured .tscn manipulation (read/create/modify)
│ └── vision_qa.py # Screen capture and visual QA
├── scripts/
│ └── setup_and_run.sh # One-click Ubuntu setup
├── .gitignore
├── requirements.txt
└── README.mdRequirements
Python 3.10 or later
Godot 4.7 (recommended)
OS Linux (Ubuntu 22.04+ recommended)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/lucas-r-manoguerra/AutoGodot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server