84 AI-powered tools connecting Claude, Cursor, and other AI assistants directly to your Godot editor. Real-time bidirectional communication. No file polling. No CLI subprocess spawning. - 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) - Heartb
Add this skill
npx mdskills install youichi-uda/godot-mcp-proComprehensive MCP server with 84 tools for deep Godot editor integration via WebSocket
1# Godot MCP Pro23**84 AI-powered tools** connecting Claude, Cursor, and other AI assistants directly to your Godot editor.45[](https://buymeacoffee.com/y1uda/e/512940)6[](https://godot-mcp.abyo.net/)78## Architecture910```11AI Assistant <--stdio/MCP--> Node.js Server <--WebSocket:6505--> Godot Editor Plugin12```1314Real-time bidirectional communication. No file polling. No CLI subprocess spawning.1516## 84 Tools across 14 Categories1718| Category | Tools | Highlights |19|----------|:-----:|------------|20| **Project** | 7 | Read/write project settings, file search, UID conversion |21| **Scene** | 9 | Live scene tree, create/open/delete, play/stop, instancing |22| **Node** | 11 | Add/delete/rename/duplicate/move, properties, signals, anchors |23| **Script** | 6 | List/read/create/edit scripts, attach to nodes |24| **Editor** | 8 | Screenshots, GDScript execution, error log, signals inspector |25| **Input Simulation** | 5 | Keyboard, mouse, InputAction, multi-event sequences |26| **Runtime Analysis** | 4 | Game scene tree, runtime properties, frame capture, property monitor |27| **Animation** | 6 | Create animations, add tracks, insert keyframes programmatically |28| **TileMap** | 6 | Set/fill/query cells, tile set info, bulk operations |29| **Theme & UI** | 6 | Colors, constants, font sizes, StyleBoxFlat, theme inspector |30| **Shader** | 6 | Create/edit shaders, assign materials, set/get uniforms |31| **Batch & Refactoring** | 5 | Find by type, signal audit, batch property set, dependency analysis |32| **Profiling** | 2 | FPS, memory, draw calls, physics monitors |33| **Export** | 3 | List presets, export commands, template info |3435## Key Features3637- **Full Undo/Redo** - All mutations go through Godot's UndoRedo system38- **Smart Type Parsing** - `"Vector2(100,200)"`, `"#ff0000"`, `"Color(1,0,0)"` auto-converted39- **Auto-Reconnect** - Exponential backoff (1s -> 60s max)40- **Heartbeat** - 10s ping/pong keeps connection alive41- **Contextual Errors** - Structured error codes with actionable suggestions42- **Port Auto-Scan** - Tries ports 6505-6509, no configuration needed4344## Comparison4546| | Godot MCP Pro | Best Free Alternative |47|---|:---:|:---:|48| **Total Tools** | **84** | 32 |49| **Undo/Redo** | Yes | No |50| **Signal Management** | Yes | No |51| **Input Simulation** | Key/Mouse/Action/Sequence | No |52| **Runtime Inspection** | Scene tree + Properties + Frames | No |53| **Animation Tools** | Yes | No |54| **TileMap Tools** | Yes | No |55| **Shader Tools** | Yes | No |56| **Profiling** | Yes | No |5758## Requirements5960- Godot 4.4+ (tested on 4.6)61- Node.js 18+62- Any MCP-compatible AI client (Claude Code, Claude Desktop, Cursor, VS Code + Cline, etc.)6364## Installation65661. **Download** from [Buy Me a Coffee](https://buymeacoffee.com/y1uda/e/512940) ($5 one-time, lifetime updates for v1.x)672. **Copy** `addons/godot_mcp/` into your Godot project683. **Enable** the plugin: Project > Project Settings > Plugins > Godot MCP Pro694. **Install** the MCP server:70 ```bash71 cd server72 npm install73 npm run build74 ```755. **Configure** your AI client's `.mcp.json`:76 ```json77 {78 "mcpServers": {79 "godot-mcp-pro": {80 "command": "node",81 "args": ["/path/to/server/build/index.js"]82 }83 }84 }85 ```866. **Use it** - Open Godot with the plugin enabled, then interact via your AI assistant8788## Links8990- [Website](https://godot-mcp.abyo.net/)91- [Buy ($5)](https://buymeacoffee.com/y1uda/e/512940)92- [Issues & Feature Requests](https://github.com/youichi-uda/godot-mcp-pro/issues)9394## License9596Proprietary. One-time purchase includes lifetime updates for v1.x. Unlimited projects and machines.97
Full transparency — inspect the skill content before installing.