Godot
Freeby MCP Community
MCP server for Godot game engine integration
v0.4.2Added Apr 12, 2026
mcpgodotgame-developmentai-assistant
Godot MCP Server
MCP server for Godot game engine integration
Installation
npx -y godot-mcp-server
Reviews
Installation
Quick install
npx -y godot-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"godot": {
"command": "npx",
"args": ["-y", "godot-mcp-server"]
}
}
}