MCP Catalogs
Home

better-godot-mcp

by n24q02m·18·Score 43

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

developer-toolsai-llmproductivity
6
Forks
15
Open issues
this month
Last commit
2d ago
Indexed

Overview

This MCP server offers comprehensive tooling for Godot Engine through 17 composite mega-tools covering scenes, nodes, scripts, shaders, animations, tilemaps, physics, audio, navigation, UI, and more. It enables full scene control including creating, parsing, and modifying .tscn files without Godot running, along with GDScript CRUD operations. The server features tiered token optimization with compressed descriptions and an on-demand help tool.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI-assisted game development with Godot Engine
you:Automating scene management and manipulation tasks
you:Streamlining script and resource management in Godot projects
you:What Godot versions does this MCP server support?
you:Can I use this MCP server without installing Godot?

When to choose this

Choose this MCP server for AI-assisted Godot game development with comprehensive tooling for scenes, nodes, scripts, shaders, and game engine features.

When NOT to choose this

Don't choose if you need Godot 3.x compatibility or require write access to internal Godot APIs (this server works with text file manipulation only).

Tools this server exposes

12 tools extracted from the README
  • project

    Project metadata, run/stop, and settings management

  • scenes

    Scene file management (create, list, delete, duplicate)

  • nodes

    Scene tree node manipulation (add, remove, rename)

  • scripts

    GDScript file CRUD operations

  • editor

    Launch Godot editor and check status

  • resources

    Resource file management

  • input_map

    Input action and event mapping

  • signals

    Signal connections management

  • animation

    Animation players and tracks management

  • tilemap

    TileMap and TileSet management

  • shader

    Shader file CRUD with Godot 4 syntax

  • physics

    Collision layers and physics bodies configuration

Comparable tools

godot-editor-mcpgdscript-assistantgame-dev-toolkit

Installation

Installation

Claude Desktop

  1. Open Claude Desktop preferences
  2. Go to 'MCP Servers' section
  3. Add the following configuration:
{
  "better-godot-mcp": {
    "command": "npx",
    "args": ["@n24q02m/better-godot-mcp"]
  }
}

npm

npm install -g @n24q02m/better-godot-mcp

Docker

docker run n24q02m/better-godot-mcp

For detailed setup instructions, visit: https://mcp.n24q02m.com/servers/better-godot-mcp/setup/

FAQ

What Godot versions does this MCP server support?
The server requires Godot 4.x project structure. It works with Godot binary version 4.x, which is auto-detected from common install locations.
Can I use this MCP server without installing Godot?
For basic file operations (scenes, nodes, scripts), yes. However, actions like 'run', 'stop', and 'export' require the Godot binary to be installed.

Compare better-godot-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.