godot-mcp.md

Godot MCP

from"godot"
540

Godot game engine integration

Gaming
Godotgame devopen sourceGDScript
install.sh
# Clone the repository
$git clone https://github.com/godotengine/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve