godot-mcp-server

Tabtii/godot-mcp-server
★ 0 stars GDScript AI/LLM Updated 9d ago
Godot MCP Server — 14 tools for AI agent control of Godot Engine (scenes, nodes, sprites, export)
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "Tabtii/godot-mcp-server"
      ]
    }
  }
}