cyberneticlibrary

Live edit Godot game scenes and scripts

godot-mcp-servermcp_serversetup L30
tomyud1/godot-mcp
What it does

Read/write Godot scenes, scripts, and project settings in real-time

Best for

Live Godot editor manipulation from Claude with real-time scene/script sync and interactive dependency visualizer.

Inputs
  • · scene path
  • · node creation/deletion specs
  • · script edit operations
  • · project settings query
Outputs
  • · scene tree structure
  • · script code + AST
  • · project visualizer (browser)
Requires
  • · Node.js 16+
  • · Godot 4.x
Preconditions
  • · Godot plugin installed and enabled
  • · Godot editor running
  • · WebSocket on port 6505
Failure modes
  • · local-only (no remote access)
  • · single Godot instance at a time
  • · no undo support
  • · changes persist immediately
Trust signals
  • · 32 tools across 6 categories
  • · interactive browser-based visualizer
  • · force-directed script dependency graph
  • · MIT license