Godot MCP Server — 14 tools for AI agent control of Godot Engine (scenes, nodes, sprites, export)
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-server": {
"command": "npx",
"args": [
"-y",
"Tabtii/godot-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add godot-mcp-server npx -y Tabtii/godot-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"godot-mcp-server": {
"command": "npx",
"args": [
"-y",
"Tabtii/godot-mcp-server"
]
}
}
}