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: 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.
Related MCP Servers
- AlicenseAqualityBmaintenanceAn MCP server that enables AI assistants to directly run, inspect, modify, and debug Godot game development projects through 110+ tools covering scenes, scripts, resources, runtime debugging, and asset management.33212MIT
- Flicense-qualityCmaintenanceAn out-of-the-box, zero-dependency Model Context Protocol (MCP) server integration designed specifically for the Godot Engine (4.x).Once connected, your AI agents (Claude, Cursor, Trae, ChatGPT) gain access to a powerful set of tools to interact with your active Godot project directory.2
- AlicenseCqualityBmaintenanceEnables AI agents to autonomously develop and test Godot 4 games through an MCP-based feedback loop, providing tools for authoring, running, observing, playtesting, and verifying game projects.203702MIT
- AlicenseBqualityAmaintenanceMCP server for Godot Engine enabling AI to autonomously develop, test, and debug games with deterministic playtesting, multiplayer testing, DAP debugging, LSP integration, and token efficiency.3110MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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