youichi-uda/godot-mcp-pro
An MCP server enabling AI assistants like Claude to control the Godot 4 game engine through a WebSocket-connected editor plugin.

This project provides a Model Context Protocol server and Godot editor plugin that lets AI coding assistants directly interface with the Godot 4 editor API. The Node.js server communicates with the Godot plugin via WebSocket, exposing scene editing, animation, 3D manipulation, physics, particles, audio, shaders, input simulation, and other game engine features as MCP tools. AI assistants can execute operations, access the UndoRedo system, and analyze the runtime scene tree in real time.