Server
Freeby MCP Community
MCP bridge server for godot-loop-mcp.
v0.3.1Added Apr 12, 2026
godotmcpmodel-context-protocoleditorautomation
Server MCP Server
MCP bridge server for godot-loop-mcp.
Installation
Reviews
Installation
Quick install
npx -y @godot-loop-mcp/server
Add to claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": ["-y", "@godot-loop-mcp/server"]
}
}
}