Back to directory
chadaragorn/defold-mcp

chadaragorn/defold-mcp

@ChadAragorn

Open-source MCP server bridging Defold game engine with AI-powered workflows and developer tools

defoldgame-engineluaautomationmcp-servergamedevcursor

Installation & Configuration

{
  "mcpServers": {
    "defold-mcp": {
      "command": "node",
      "args": [
        "index.js"
      ],
      "env": {
        "MCP_TRANSPORT": "stdio",
        "DEFOLD_PATH": "/Applications/Defold.app/Contents/MacOS/Defold",
        "MCP_PORT": "3000",
        "MCP_HOST": "localhost"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13