Coding-Solo/godot-mcp
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.
Quick Start
Clone the repository:
git clone https://github.com/Coding-Solo/godot-mcpClaude Desktop configuration example:
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"Coding-Solo/godot-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.