Godot
Freeby MCP Community
MCP server for Godot Engine integration
v2.17.0Added Apr 12, 2026
godotmcpmodel-context-protocolaigame-development
Godot MCP Server
MCP server for Godot Engine integration
Installation
Reviews
Installation
Quick install
npx -y @satelliteoflove/godot-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"godot": {
"command": "npx",
"args": ["-y", "@satelliteoflove/godot-mcp"]
}
}
}