JupyterLab desktop application, based on Electron.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"jupyterlab-desktop": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jupyterlab-desktop"
]
}
}
}