WazziCode Godot
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., "@WazziCode GodotAdd a double jump ability to the 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.
WazziCode Godot
WazziCode Godot connects Codex and Claude—plus other MCP-compatible AI coding clients—to a live Godot editor. It exposes scene, node, script, resource, runtime, debugger, and test workflows through the Model Context Protocol (MCP).
This project is an MIT-licensed derivative of hi-godot/godot-ai. See NOTICE.md for the exact upstream base, retained compatibility names, and update guidance; the dated candidate analysis is in docs/UPSTREAM-EVALUATION.md.
Quick start
Prerequisites: Godot 4.5+, Node.js 20+, either uv or Python 3.11+, and Codex, Claude, or another MCP client.
git clone https://github.com/robertobendi/wazzicode-godot.git
cd wazzicode-godot
node ./bootstrap.mjs "/absolute/path/to/your-godot-project"Then open the target project in Godot, enable WazziCode Godot under Project > Project Settings > Plugins, and use the WazziCode Godot dock to configure Codex, Claude, or both. The same MCP capabilities are available to each client.
For platform-specific paths, prerequisites, what the bootstrap changes, and manual recovery, follow SETUP.md.
Related MCP server: Gear
What it can do
Inspect and edit scenes, nodes, properties, resources, scripts, signals, UI, animation, materials, particles, cameras, and environments.
Search and modify project files with structured diagnostics and undo-aware editor operations.
Run projects, inspect editor/runtime state, capture screenshots, read logs, profile performance, and execute Godot tests.
Route calls to a selected editor session when several Godot projects share one backend.
Keep large tool catalogs manageable through per-domain rollups and read-only
godot://resources.Configure Codex, Claude, and other supported MCP clients from the editor dock.
See docs/TOOLS.md for the maintained tool and resource catalog.
Architecture
Codex / Claude / another MCP client
|
local stdio attach bridge
|
Python FastMCP HTTP backend
|
authenticated WebSocket
|
Godot editor plugin (GDScript)The control path is local by default. Anonymous telemetry is also off by default and requires explicit opt-in; see docs/TELEMETRY.md.
Product name and compatibility identifiers
The visible product name is WazziCode Godot. The following mature upstream identifiers intentionally remain unchanged because launchers, saved editor settings, self-update logic, and MCP clients already depend on them:
Python import:
godot_aiPython distribution and legacy CLI:
godot-aiGodot add-on path:
addons/godot_aieditor settings namespace:
godot_ai/*health/protocol names such as
/godot-ai/statusandgodot://...
A source installation also exposes the friendly CLI alias wazzicode-godot; both entry points run the same compatibility-preserving implementation.
Development
Create the development environment:
.\script\setup-dev.ps1./script/setup-devRun the Python checks from the repository root:
.\.venv\Scripts\python -m pytest
.\.venv\Scripts\ruff check ../.venv/bin/python -m pytest
./.venv/bin/ruff check .Godot integration tests require a Godot editor binary and the repository test project; use script/ci-godot-tests in a compatible shell. These are validation commands, not claims about the current checkout's test result.
Provenance and upstream updates
WazziCode Godot currently starts from Godot AI 3.1.1 at upstream commit b1d767657fac87ef2a13a02c8ed58f4aa441db48. Keep upstream as a separate remote so attribution and future merges stay reviewable:
git remote add upstream https://github.com/hi-godot/godot-ai.git # once
git fetch upstream
git log --oneline HEAD..upstream/mainMerge or rebase upstream only on a dedicated branch, then re-apply and verify WazziCode branding, opt-in telemetry defaults, and bootstrap behavior before publishing. More detail is in NOTICE.md.
Status
This repository is a source derivative of the mature Godot AI lifecycle. Do not assume a WazziCode-specific PyPI, Godot Asset Library, or marketplace release exists unless this repository publishes the corresponding release artifact.
The inherited in-editor updater still verifies and installs official hi-godot/godot-ai releases. In a WazziCode source checkout, update with Git and rerun the bootstrap; using the upstream updater intentionally switches the add-on back to upstream Godot AI. The inherited publishing workflows are repository-guarded so this fork cannot accidentally publish the upstream godot-ai package.
License
MIT. The original copyright and license are retained in LICENSE and in the distributable add-on. Attribution and modification notes are in NOTICE.md.
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
- AlicenseAqualityDmaintenanceAn MCP server that gives AI assistants direct control over Godot 4 game development projects. It enables launching the editor, running projects, creating and editing scenes, writing GDScript, and inspecting assets through natural language commands.Last updated44434MIT
- 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.Last updated33212MIT
- AlicenseAqualityCmaintenanceAn enhanced MCP server for interacting with the Godot game engine, enabling AI assistants to launch the editor, run projects, manage scenes and nodes, and handle scripts.Last updated16MIT
- AlicenseAqualityAmaintenanceA Godot 4 MCP server for AI-assisted project inspection, editing, validation, and runtime automation via stdio and optional WebSocket bridge.Last updated391MIT
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…
MCP server for AI dialogue using various LLM models via AceDataCloud
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/robertobendi/wazzicode-godot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server