better-godot-mcp
by n24q02m·★ 18·Score 43
Composite MCP server providing 17 mega-tools for AI-assisted Godot game development.
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:
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 READMEprojectProject metadata, run/stop, and settings management
scenesScene file management (create, list, delete, duplicate)
nodesScene tree node manipulation (add, remove, rename)
scriptsGDScript file CRUD operations
editorLaunch Godot editor and check status
resourcesResource file management
input_mapInput action and event mapping
signalsSignal connections management
animationAnimation players and tracks management
tilemapTileMap and TileSet management
shaderShader file CRUD with Godot 4 syntax
physicsCollision layers and physics bodies configuration
Comparable tools
Installation
Installation
Claude Desktop
- Open Claude Desktop preferences
- Go to 'MCP Servers' section
- Add the following configuration:
{
"better-godot-mcp": {
"command": "npx",
"args": ["@n24q02m/better-godot-mcp"]
}
}npm
npm install -g @n24q02m/better-godot-mcpDocker
docker run n24q02m/better-godot-mcpFor 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
Last updated · Auto-generated from public README + GitHub signals.