Godot MCP Server
Related Servers
Alternatives to Godot MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to manage Godot projects, scenes, and editor operations through natural language commands.16159 npm89MIT
- AlicenseBqualityFmaintenanceA Model Context Protocol server that enables AI assistants to interact with the Godot game engine, allowing them to launch the editor, run projects, capture debug output, and control project execution.14159 npm5,787MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that provides AI assistants with tools to interact with Godot projects, enabling starting, stopping, capturing output, and screenshots.17 npm3MIT
- AlicenseNot gradedqualityCmaintenanceA safe, standards-compliant Model Context Protocol server for the Godot Engine editor. It lets an AI client read a Godot project, author scenes/nodes/scripts, run the game and read diagnostics.Apache 2.0
- AlicenseCqualityBmaintenanceModel Context Protocol server for Godot Engine providing 279 tools across 26 categories for AI assistants to read, inspect, and modify Godot projects via stdio transport.100342 npm34AGPL 3.0
- FlicenseAqualityAmaintenanceMCP server that connects AI coding assistants to a live Godot editor, enabling scene, node, script, resource, runtime, debugger, and test workflows through natural language.45-
TDQS
Scored across 46 tools
With 46 tools and no descriptions, many tools overlap in purpose (e.g., read_script vs analyze_script, list_resources vs list_assets, run_script vs run_code). An agent would struggle to select the correct tool confidently. Some tools are clearly distinct, but the overall surface is highly ambiguous.
All tools consistently use a `godot_` prefix with lowercase snake_case and a verb_noun structure (launch_editor, list_scenes, create_resource). This creates a predictable pattern despite the high number of tools. No mixed conventions or irregular naming appear.
46 tools is far beyond the 3-15 ideal range and exceeds the 25+ threshold for over-scoping. While Godot is a complex engine, the sheer number of near-synonymous tools suggests poor curation. Many tools could likely be consolidated.
The surface covers many domains—scripting, scenes, resources, settings, export—but lacks clear delete/removal operations for scripts, scenes, or resources, leaving lifecycle gaps. Creation and reading exist, but update/delete are inconsistent. Overall broad but not fully complete.