Godot MCP Server
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
Related MCP server: godotlens-mcp
Installation
cd mcp/godot-mcp
uv pip install -e .Or with pip:
pip install -e mcp/godot-mcpConfiguration
Add to your Claude Code MCP configuration (~/.claude/mcp.json):
{
"mcpServers": {
"godot": {
"command": "uv",
"args": ["run", "--directory", "/path/to/mcp/godot-mcp", "godot-mcp"],
"env": {
"QT_QPA_PLATFORM": "xcb",
"__GLX_VENDOR_LIBRARY_NAME": "mesa"
}
}
}
}Or if installed globally:
{
"mcpServers": {
"godot": {
"command": "godot-mcp"
}
}
}Usage
Once configured, Claude Code can use these tools:
Run Tests
Use godot_run_tests to run the unit testsCheck for Errors
Use godot_check_errors to check for parse errorsRun a Scene
Use godot_run_scene to run the gameRequirements
Python 3.10+
Godot 4.x installed and in PATH
GUT (Godot Unit Test) addon for test functionality
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server for Godot game development that provides 45 tools for reading, analyzing, and editing projects. It enables users to manage scene trees, navigate GDScript symbols, and interact with the Godot runtime for debugging and state capture.Last updated52MIT
- AlicenseAqualityAmaintenanceAn MCP server providing 15 semantic analysis tools for GDScript, powered by Godot's built-in Language Server.Last updated334MIT
- AlicenseAqualityBmaintenanceAn MCP server that enables AI assistants to directly run, inspect, modify, and debug Godot game development projects through 110+ tools covering scenes, scripts, resources, runtime debugging, and asset management.Last updated33212MIT
- AlicenseBqualityDmaintenanceAn MCP server that enables AI agents to interact with the Godot game engine by launching the editor, running projects, capturing debug output, and managing scenes and resources. It provides tools for project analysis, scene creation, and execution control to help agents understand and debug Godot projects in real-time.Last updated14MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
An MCP server that integrates with Discord to provide AI-powered features.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/struktured-labs/godot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server