Godot-MCP-Server

Salaou-Hasan/Godot-MCP-Server
★ 0 stars JavaScript 📁 File System Updated today
MCP server that gives Claude Desktop full control over Godot projects – create/edit files, install addons, organise folders, and more.
View on GitHub →

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-server": {
      "command": "npx",
      "args": [
        "-y",
        "Salaou-Hasan/Godot-MCP-Server"
      ]
    }
  }
}