Better Godot
Freeby MCP Community
Enhanced MCP server for Godot Engine with composite mega-tools and comprehensive game development tooling.
v1.11.0Added Apr 12, 2026
mcpmcp-servergodotgodot-enginegame-development
Better Godot MCP Server
Enhanced MCP server for Godot Engine with composite mega-tools and comprehensive game development tooling.
Installation
Reviews
Installation
Quick install
npx -y @n24q02m/better-godot-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"better-godot": {
"command": "npx",
"args": ["-y", "@n24q02m/better-godot-mcp"]
}
}
}