Provides tools for Godot Engine development, including running unit tests with GUT, checking for syntax errors, importing assets, running scenes, and exporting projects.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Godot MCP Serverrun all unit tests and report the results"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Godot MCP Server
An MCP (Model Context Protocol) server that provides tools for Godot Engine development.
Features
godot_run_tests - Run GUT (Godot Unit Test) tests and get structured results
godot_check_errors - Check for parse/syntax errors without running the game
godot_import - Import/reimport assets
godot_run_scene - Run a specific scene
godot_export - Export project to a platform
Installation
Or with pip:
Configuration
Add to your Claude Code MCP configuration (~/.claude/mcp.json):
Or if installed globally:
Usage
Once configured, Claude Code can use these tools:
Run Tests
Check for Errors
Run a Scene
Requirements
Python 3.10+
Godot 4.x installed and in PATH
GUT (Godot Unit Test) addon for test functionality
License
MIT