A complete solution to package and build a ready for distribution Electron app with βauto updateβ support out of the box
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"electron-builder": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-electron-builder"
]
}
}
}