Back to MCP Servers
Godot
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.
gaminggo
By Coding-Solo
Installation
npx -y godot-mcpConfiguration
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": ["-y", "godot-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes