defold-ai

estebanrfp/defold-ai
★ 0 stars Lua 🤖 AI/LLM Updated today
MCP server for the Defold game engine — editor automation via the Model Context Protocol (port of godot-ai)
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "defold-ai": {
      "command": "npx",
      "args": [
        "-y",
        "estebanrfp/defold-ai"
      ]
    }
  }
}

README Excerpt

<!-- LLM agents: read AGENTS.md first — non-obvious trampas / quirks live there. --> <p align="center"> <img src="docs/images/hero.webp" alt="Defold Game Engine — MCP bridge for AI editors" width="700"> </p> **Connect MCP clients directly to a live Defold editor** via the [Model Context Protocol](https://modelcontextprotocol.io/introduction). Inspired by [godot-ai](https://github.com/hi-godot/godot-ai), adapted to Defold's editor scripts + built-in HTTP server. AI assistants (Claude Code, Codex,

Tools (3)

DirectionalLight3Dapply_preseteditor_state