electron-builder

GitHub

A complete solution to package and build a ready for distribution Electron app with β€œauto update” support out of the box

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "electron-builder": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-electron-builder"
      ]
    }
  }
}