Better Godot
Composite MCP server for Godot Engine -- 17 mega-tools for AI-assisted game development
What is Better Godot?
Better Godot is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to composite mcp server for godot engine -- 17 mega-tools for ai-assisted game development
Composite MCP server for Godot Engine -- 17 mega-tools for AI-assisted game development
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Composite MCP server for Godot Engine -- 17 mega-tools for A
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx better-godotConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Better Godot
Better Godot MCP is a composite MCP server that gives AI coding assistants 17 high-level tools covering every major area of Godot 4 game development: scenes, nodes, GDScript, resources, input maps, signals, animations, tilemaps, shaders, physics, audio, navigation, and UI — plus project management and an on-demand help tool. It integrates with Claude Code, Cursor, Windsurf, Gemini CLI, and Codex through standard MCP configuration, and supports Docker deployment for consistent cross-platform use. Developers using Godot 4 can ask their AI client to create scenes, write scripts, connect signals, and run the project without leaving the chat interface.
Prerequisites
- Godot 4.x with a .tscn-based project (the Godot binary is auto-detected from PATH and common install directories)
- Node.js or Bun runtime if building from source
- Docker (optional, for containerised deployment)
- An MCP-compatible AI client: Claude Code, Cursor, Windsurf, Gemini CLI, or Codex
Add the server via MCP configuration
The easiest setup is to add Better Godot MCP directly to your MCP client's config file using npx. The server will be downloaded and run automatically.
{
"mcpServers": {
"better-godot": {
"command": "npx",
"args": ["better-godot"],
"env": {
"GODOT_PROJECT_PATH": "/Users/yourname/projects/my-game"
}
}
}
}(Optional) Set environment variables
Two optional environment variables control Godot detection. If omitted, the server auto-detects the Godot binary from PATH and common install locations, and uses the current working directory as the project path.
# Override the Godot project directory
export GODOT_PROJECT_PATH=/Users/yourname/projects/my-game
# Override the Godot binary location
export GODOT_PATH=/usr/local/bin/godot4(Optional) Build from source
Clone the repository and build with Bun for local development or to contribute to the project.
git clone https://github.com/n24q02m/better-godot-mcp.git
cd better-godot-mcp
bun install
bun run dev(Optional) Deploy with Docker
Use the official Docker images (amd64 and arm64 supported) for a consistent environment across machines.
docker pull ghcr.io/n24q02m/better-godot-mcp:latest
docker run --rm -i \
-e GODOT_PROJECT_PATH=/projects/my-game \
-v /Users/yourname/projects:/projects \
ghcr.io/n24q02m/better-godot-mcp:latestRestart your MCP client and verify
Restart your AI client to pick up the new server configuration. You should see 17 tools registered under better-godot-mcp. Use the 'help' tool to get full documentation on any tool.
Better Godot Examples
Client configuration
claude_desktop_config.json entry for Better Godot MCP using npx with an explicit project path.
{
"mcpServers": {
"better-godot": {
"command": "npx",
"args": ["better-godot"],
"env": {
"GODOT_PROJECT_PATH": "/Users/yourname/projects/my-game",
"GODOT_PATH": "/usr/local/bin/godot4"
}
}
}
}Prompts to try
Example prompts for AI-assisted Godot 4 game development using the 17 composite tools.
- "Create a new scene called Player with a CharacterBody2D root node and add a Sprite2D and CollisionShape2D as children"
- "Write a GDScript for the Player scene that handles WASD movement with a speed of 200 pixels per second"
- "Connect the body_entered signal of the Area2D node to the Player script's _on_area_entered method"
- "Add a new tilemap layer to the Level scene using the existing TileSet resource"
- "Run the Godot project and tell me if there are any script errors in the output"Troubleshooting Better Godot
Server reports 'Godot binary not found'
Set the GODOT_PATH environment variable to the full path of your Godot 4 executable (e.g., /usr/local/bin/godot4 on macOS/Linux or C:/Godot/Godot_v4.x.exe on Windows). Alternatively, add the Godot binary's directory to your system PATH and restart your MCP client.
Project tools fail with 'no .tscn files found' or similar
Set GODOT_PROJECT_PATH to the root directory of your Godot 4 project — the folder that contains the project.godot file. Ensure the project has been opened in the Godot editor at least once so the .import directory and resource UIDs are generated.
npx fails to download or run the package
Ensure Node.js 18 or higher is installed ('node --version'). If behind a corporate proxy, set the HTTP_PROXY and HTTPS_PROXY environment variables. As a fallback, clone the repository and build from source with 'bun install && bun run dev', then update your MCP config to point to the local build.
Frequently Asked Questions about Better Godot
What is Better Godot?
Better Godot is a Model Context Protocol (MCP) server that composite mcp server for godot engine -- 17 mega-tools for ai-assisted game development It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Better Godot?
Follow the installation instructions on the Better Godot GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Better Godot?
Better Godot works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Better Godot free to use?
Yes, Better Godot is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Better Godot Alternatives — Similar Developer Tools Servers
Looking for alternatives to Better Godot? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Better Godot in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Better Godot?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.