MCP Catalogs
Homegdai-mcp-plugin-godot screenshot

gdai-mcp-plugin-godot

by 3ddelano·85·Score 47

GDAI MCP enables AI assistants to control Godot Engine, automating scene creation, debugging, and game development workflows.

developer-toolsai-llmproductivity
4
Forks
0
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

GDAI MCP is a comprehensive MCP server plugin for Godot Engine that provides AI assistants with direct control over the game development environment. It supports creating scenes, nodes, resources, and scripts programmatically, integrates with debugging tools to view logs and errors, enables file and asset searches across the project, and allows dynamic property updates. The plugin is compatible with popular MCP clients like Claude Desktop, Cursor, Windsurf, and VS Code extensions.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automated game development where AI creates complete game scenes and scripts from simple prompts
you:Debugging assistance where AI analyzes script errors and provides fixes directly in the Godot environment
you:Rapid prototyping where AI builds game elements based on design descriptions
you:What is GDAI MCP Godot Plugin?
you:Can this make an entire game with one shot prompt?

When to choose this

Choose this server when working with Godot Engine game development and want AI assistance to automate scene creation, debug scripts, and manage game assets.

When NOT to choose this

Avoid this if you're not using Godot Engine or need game development capabilities for other engines.

Tools this server exposes

12 tools extracted from the README
  • get_open_script

    Retrieves the currently open script in Godot Editor

  • get_open_script_errors

    Gets script errors from the currently open script

  • create_scene

    Creates a new scene in Godot Engine

  • add_node

    Adds a new node to the current scene

  • remove_node

    Removes a node from the current scene

  • update_node_properties

    Updates properties of a node in the scene

  • get_node_properties

    Retrieves properties of a specific node

  • search_files

    Searches for files and resources in the Godot project

  • create_resource

    Creates a new resource in Godot Engine

  • get_debugger_output

    Retrieves debugger output and logs

  • take_screenshot

    Takes a screenshot of the Godot Editor or running game

  • write_gdscript

    Creates or modifies GDScript files in the project

Comparable tools

godot-editor-extensiongame-dev-assistantai-game-builder

Installation

Installation Steps

  1. **Install in Godot Project**

- Download the plugin from [gdaimcp.com](https://gdaimcp.com) - Add the plugin to your Godot project's addons/ folder - Enable the plugin in Godot's Project Settings

  1. **Configure in MCP Client**

- Add the following to your MCP client configuration: ``json { "mcpServers": { "gdai-godot": { "command": "godot", "args": ["--headless", "--script", "/path/to/gdaimcp_server.gd"] } } } ``

FAQ

What is GDAI MCP Godot Plugin?
A plugin that allows any MCP Client to control Godot Engine Editor remotely, enabling it to create scenes, nodes, resources, scripts and more.
Can this make an entire game with one shot prompt?
Yes and no. It depends on the quality of your prompt and the LLM used. Claude Desktop most of the times is able to one-shot simple games.

Compare gdai-mcp-plugin-godot with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.