Developer Tools
Trust: 39/100 (Limited)io.github.tomyud1/godot-mcp Guide
MCP server for Godot game engine integration — control the Godot editor with AI
72 starsby tomyud1
Quick Start
Install
npx godot-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-tomyud1-godot-mcp": {
"command": "npx",
"args": [
"godot-mcp-server"
]
}
}
}