godot-mcp-pro
Godot MCP Pro provides AI-powered tools for enhancing Godot 4 game development.
The Godot MCP Pro is a premium server that connects AI assistants directly to the Godot editor, offering 163 powerful tools designed to streamline various aspects of game development. With real-time feedback through a WebSocket connection, developers can enjoy instant responses without the need for file polling. The integration with Godot's editor API allows for seamless interaction with the UndoRedo system and scene tree, making it easier to manage game assets and workflows. Additionally, the server utilizes JSON-RPC 2.0, ensuring standardized communication with proper error handling and suggestions. This setup not only enhances productivity but also empowers developers to leverage AI capabilities in scene management, animation, physics, and more, ultimately leading to a more efficient development process.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"godot-mcp-pro": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-godot-mcp-pro"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions