npx claudepluginhub hubdev-ai/godot-ai-builderAdd to your .mcp.json:
{
"mcpServers": {
"godot-bridge": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/index.js"
],
"env": {
"GODOT_BRIDGE_PORT": "6100"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeGODOT_BRIDGE_PORT=6100