An MCP server that gives AI assistants direct control over Godot 4 game development projects. It enables launching the editor, running projects, creating and editing scenes, writing GDScript, and inspecting assets through natural language commands.
{
"mcpServers": {
"godot-pilot": {
"command": "npx",
"args": [
"-y",
"godot-mcp-pilot"
]
}
}
}