Developer Tools
Trust: 41/100 (Fair)Godot MCP Guide
MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development
29 starsby tugcantopaloglu
Quick Start
Install
npx @tugcantopaloglu/godot-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-tugcantopaloglu-godot-mcp": {
"command": "npx",
"args": [
"@tugcantopaloglu/godot-mcp"
]
}
}
}