Better Godot

v1.0.0Developer Toolsstable

Composite MCP server for Godot Engine -- 17 mega-tools for AI-assisted game development

ai-agentsai-codingclaudeclaude-codecursor
Share:
18
Stars
0
Downloads
0
Weekly
0/5

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

Godot Engine AI-assisted development
Game scene and node management
n24q02m

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 15, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx better-godot

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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"
      }
    }
  }
}
2

(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
3

(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
4

(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:latest
5

Restart 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.

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.

Quick Config Preview

{ "mcpServers": { "better-godot": { "command": "npx", "args": ["-y", "better-godot"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides