Used by 1 plugin
Connects Claude to Godot Engine for AI-assisted game development and scene manipulation.
Add to your .mcp.json:
{
"mcpServers": {
"godot": {
"command": "npx",
"args": [
"-y",
"gdai-mcp-server"
]
}
}
}npx