MCP Hub
Back to servers

Godot MCP Pro

Premium MCP server for Godot game engine with 84 tools across 14 categories. Scene editing, scripting, animation, tilemap, shader, input simulation, runtime debugging, profiling, theme/UI, batch operations, and export support.

Stars
1
Updated
Feb 24, 2026

Godot MCP Pro

84 AI-powered tools connecting Claude, Cursor, and other AI assistants directly to your Godot editor.

Buy on Buy Me a Coffee Website

Architecture

AI Assistant <--stdio/MCP--> Node.js Server <--WebSocket:6505--> Godot Editor Plugin

Real-time bidirectional communication. No file polling. No CLI subprocess spawning.

84 Tools across 14 Categories

CategoryToolsHighlights
Project7Read/write project settings, file search, UID conversion
Scene9Live scene tree, create/open/delete, play/stop, instancing
Node11Add/delete/rename/duplicate/move, properties, signals, anchors
Script6List/read/create/edit scripts, attach to nodes
Editor8Screenshots, GDScript execution, error log, signals inspector
Input Simulation5Keyboard, mouse, InputAction, multi-event sequences
Runtime Analysis4Game scene tree, runtime properties, frame capture, property monitor
Animation6Create animations, add tracks, insert keyframes programmatically
TileMap6Set/fill/query cells, tile set info, bulk operations
Theme & UI6Colors, constants, font sizes, StyleBoxFlat, theme inspector
Shader6Create/edit shaders, assign materials, set/get uniforms
Batch & Refactoring5Find by type, signal audit, batch property set, dependency analysis
Profiling2FPS, memory, draw calls, physics monitors
Export3List presets, export commands, template info

Key Features

  • Full Undo/Redo - All mutations go through Godot's UndoRedo system
  • Smart Type Parsing - "Vector2(100,200)", "#ff0000", "Color(1,0,0)" auto-converted
  • Auto-Reconnect - Exponential backoff (1s -> 60s max)
  • Heartbeat - 10s ping/pong keeps connection alive
  • Contextual Errors - Structured error codes with actionable suggestions
  • Port Auto-Scan - Tries ports 6505-6509, no configuration needed

Comparison

Godot MCP ProBest Free Alternative
Total Tools8432
Undo/RedoYesNo
Signal ManagementYesNo
Input SimulationKey/Mouse/Action/SequenceNo
Runtime InspectionScene tree + Properties + FramesNo
Animation ToolsYesNo
TileMap ToolsYesNo
Shader ToolsYesNo
ProfilingYesNo

Requirements

  • Godot 4.4+ (tested on 4.6)
  • Node.js 18+
  • Any MCP-compatible AI client (Claude Code, Claude Desktop, Cursor, VS Code + Cline, etc.)

Installation

  1. Download from Buy Me a Coffee ($5 one-time, lifetime updates for v1.x)
  2. Copy addons/godot_mcp/ into your Godot project
  3. Enable the plugin: Project > Project Settings > Plugins > Godot MCP Pro
  4. Install the MCP server:
    cd server
    npm install
    npm run build
    
  5. Configure your AI client's .mcp.json:
    {
      "mcpServers": {
        "godot-mcp-pro": {
          "command": "node",
          "args": ["/path/to/server/build/index.js"]
        }
      }
    }
    
  6. Use it - Open Godot with the plugin enabled, then interact via your AI assistant

Links

License

Proprietary. One-time purchase includes lifetime updates for v1.x. Unlimited projects and machines.

Reviews

No reviews yet

Sign in to write a review