Godot MCP server
Click on "Deploy 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 serverstart the godot project and capture a screenshot"
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 
A Model Context Protocol (MCP) server that provides AI assistants with tools to interact with Godot projects. This server enables starting, stopping, and capturing output from Godot projects, as well as capturing screenshots for visual debugging and analysis.
Features
Tools: Run/stop Godot projects, search scenes by node type/name/properties, capture screenshots
Resources: Browse scenes and .tres files, query by resource type, monitor running projects with output streams
Related MCP server: Gear
Prerequisites
Node 22+
Godot must be installed and accessible
GODOT_PATHenvironment variable must be configured
MCP configuration
Add this server to your .mcp.json:
{
"mcpServers": {
"godot": {
"type": "stdio",
"command": "npx",
"args": [
"@fernforestgames/mcp-server-godot",
"/path/to/your/godot/project"
],
"env": {
"GODOT_PATH": "/path/to/godot/executable"
}
}
}
}License
Released under the MIT License. See the LICENSE file for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A Model Context Protocol server for Wix AI tools
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Related MCP Servers
- 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.14148 npm5,699MIT
- AlicenseAqualityDmaintenanceAn 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.3321 npm2MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to manage Godot projects, scenes, and editor operations through natural language commands.16148 npm89MIT
- AlicenseDqualityDmaintenanceA Model Context Protocol server that enables AI assistants to manage and interact with Godot Engine projects, including project management, script editing, scene manipulation, asset management, and export.46462 npm1MIT