better-godot-mcp
About
Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GODOT_PROJECT_PATH GODOT_PATHClaude Code
claude mcp add --env GODOT_PROJECT_PATH= --env GODOT_PATH= better-godot-mcp -- npx @n24q02m/better-godot-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"better-godot-mcp","command":"npx","args":["@n24q02m/better-godot-mcp"],"env":{"GODOT_PROJECT_PATH":"","GODOT_PATH":""}}'
JSON
{
"mcpServers": {
"better-godot-mcp": {
"command": "npx",
"args": [
"@n24q02m/better-godot-mcp"
],
"env": {
"GODOT_PROJECT_PATH": "",
"GODOT_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.