Back to directory
defold-mcp

defold-mcp

@ChadAragorn15

An open-source Model Context Protocol (MCP) server bridging the Defold game engine with AI-powered tools like Cursor for automated project management and workflow integration

defoldgame-developmentmcp-serverai-integrationautomationopen-sourcetool

Installation & Configuration

{
  "mcpServers": {
    "defold-mcp": {
      "command": "/path/to/your/node/binary",
      "args": [
        "/path/to/where/you/cloned/defold-mcp/index.js"
      ],
      "env": {
        "MCP_TRANSPORT": "stdio",
        "DEFOLD_PATH": "/Applications/Defold.app/Contents/MacOS/Defold",
        "MCP_PORT": "3000",
        "MCP_HOST": "localhost",
        "BOB_PATH": "/desired/path/for/bob.jar"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/26
Updated
2026/6/8