Developer Tools
Trust: 42/100 (Fair)io.github.n24q02m/better-godot-mcp Guide
MCP server for Godot Engine 4.x with 18 tools for scenes, scripts, and shaders.
2 starsby n24q02m
Quick Start
Install
npx @n24q02m/better-godot-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-n24q02m-better-godot-mcp": {
"command": "npx",
"args": [
"@n24q02m/better-godot-mcp"
]
}
}
}