G

Godot Engine Integration

Comprehensive Godot 4.x integration with live editor manipulation, E2E game testing, auto-screenshot loops, and version-aware documentation queries.

Godot·No reviews yet
Repo
Share:

About

Comprehensive Godot 4.x integration with live editor manipulation, E2E game testing, auto-screenshot loops, and version-aware documentation queries.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Godot Engine Integration.

What is the primary function of the Godot Engine Integration MCP?
This MCP enables comprehensive integration with Godot Engine 4.x, offering features like live editor manipulation, end-to-end game testing, and automated screenshot capture loops. It also supports version-aware documentation queries for Godot projects.
How can I install Godot Engine Integration in an MCP client like Cline?
Installation typically involves adding the MCP's repository URL to your Cline configuration and then installing the integration via the client's interface. Specific steps can vary based on the Cline version.
Does Godot Engine Integration require API keys or other credentials?
No, this MCP explicitly states 'Auth type: none', meaning it does not require API keys, OAuth, or other authentication credentials for its operation.
What are the key capabilities exposed by this Godot MCP?
The MCP provides live manipulation within the Godot editor, facilitates E2E game testing, and executes auto-screenshot loops. It also allows for querying Godot documentation tailored to specific engine versions.
Is there a cost associated with using the Godot Engine Integration MCP?
The cost of using this MCP primarily depends on the licensing of the Godot Engine itself, which is open-source (MIT license). The MCP itself is available via its repository without an explicit cost.
What is a potential limitation when using this Godot Engine MCP?
A realistic limitation is that it is specifically designed for Godot Engine 4.x. Compatibility with older Godot versions or future major releases may require updates to the MCP or additional configurations.

Install Godot Engine Integration

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "godot-engine-integration": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-godot-engine-integration"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "godot-engine-integration": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-godot-engine-integration"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "godot-engine-integration": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-godot-engine-integration"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.