jupyterlab-desktop (MCP Server)

GitHub

JupyterLab desktop application, based on Electron.

Claude Desktop Configuration

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

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