MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"Coding-Solo/godot-mcp"
]
}
}
}
Run in terminal:
claude mcp add godot-mcp npx -y Coding-Solo/godot-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"godot-mcp": {
"command": "npx",
"args": [
"-y",
"Coding-Solo/godot-mcp"
]
}
}
}