← Claude MCP Servers Directory

🎮

Godot MCP Server

Community

About

Interact with the Godot game engine from Claude. Run projects, inspect scenes, edit scripts, and capture debug output as part of your AI-assisted game dev loop.

Features

  • Launch and stop Godot projects
  • Read and modify scene files
  • Edit GDScript files
  • Capture editor and runtime logs
  • Inspect node trees and properties

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

{
  "mcpServers": {
    "godot": {
      "command": "npx",
      "args": [
        "-y",
        "@coderabbitai/godot-mcp"
      ]
    }
  }
}

Using Cursor

Configure in your Cursor settings (Settings > MCP):

{
  "godot": {
    "command": "npx",
    "args": [
      "-y",
      "@coderabbitai/godot-mcp"
    ]
  }
}

How to Use

Once installed, you can ask your AI assistant to:

  • "Run the current Godot project and report errors"
  • "Add a new player scene with a CharacterBody2D"
  • "Refactor this GDScript for clarity"
  • "Show me the node tree of the main scene"