godot-mcp

satelliteoflove/godot-mcp
★ 91 stars TypeScript AI/LLM Updated 1mo ago ✗ Risk
MCP server for Godot Engine - AI assistant integration
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

MCP server that connects Claude to your Godot editor. Less copy-paste, more creating. Using AI assistants for game dev means a lot of back-and-forth: copying error messages, describing what's on screen, pasting debug output, manually applying suggested changes. It works, but it's tedious. This MCP gives Claude direct access to your Godot editor. It can see your scene tree, capture screenshots, read errors, and make changes directly. You stay focused on the creative work while the mechanical rela

Tools (1)

godot-mcp