
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@borealstack/proton-drive-cli-mcp
Advanced tools
MCP server for Proton Drive that wraps the official Proton Drive CLI.

Local MCP server for Proton Drive. It wraps the official proton-drive CLI, so
authentication, encrypted Drive behavior, and session storage stay delegated to
Proton's tooling instead of being reimplemented here.
| Area | What is ready |
|---|---|
| MCP clients | stdio server runnable with npx -y @borealstack/proton-drive-cli-mcp |
| Proton auth | Browser login through the official Proton Drive CLI |
| CLI install | Optional managed install from Proton's download index with SHA-512 verification |
| Distribution | npm package metadata, MCP Registry server.json, Codex plugin metadata, and Claude MCPB metadata |
| Safety | No Proton credentials in MCP config, no custom public-link passwords in command arguments, confirmation gates for destructive tools |
npx -y @borealstack/proton-drive-cli-mcp
Add the server to any MCP client as a local stdio server:
{
"mcpServers": {
"proton-drive": {
"command": "npx",
"args": ["-y", "@borealstack/proton-drive-cli-mcp"],
"env": {}
}
}
}
Then call proton_drive_auth_status. If the CLI is not authenticated, call
proton_drive_auth_login, finish the browser sign-in, and check status again.
| Client | Install option |
|---|---|
| Claude Code | claude mcp add --transport stdio proton-drive -- npx -y @borealstack/proton-drive-cli-mcp |
| Claude Desktop | Use the stdio JSON above, or install the .mcpb bundle after the first release: proton-drive-cli-mcp.mcpb |
| Codex | Plugin metadata is in plugins/proton-drive-cli-mcp |
| VS Code | code --add-mcp "{\"name\":\"proton-drive\",\"command\":\"npx\",\"args\":[\"-y\",\"@borealstack/proton-drive-cli-mcp\"]}" |
| npm | @borealstack/proton-drive-cli-mcp after publication |
The MCPB and npm links become active after the first public release.
proton_drive_auth_login.The server resolves the CLI in this order:
PROTON_DRIVE_CLI_PATHproton-drive or proton-drive.exe in the current directory or common download pathsproton-drive on PATHhttps://proton.me/download/drive/cli/index.htmlSet PROTON_DRIVE_CLI_AUTO_INSTALL=0 to disable managed install. Set
PROTON_DRIVE_CLI_INSTALL_DIR to override the managed install directory.
Core tools:
proton_drive_auth_status, proton_drive_auth_login, proton_drive_auth_login_status, proton_drive_auth_login_cancel, proton_drive_auth_logoutproton_drive_cli_install, proton_drive_cli_version, proton_drive_cli_helpproton_drive_list, proton_drive_info, proton_drive_create_folder, proton_drive_upload, proton_drive_downloadproton_drive_rename, proton_drive_copy, proton_drive_move, proton_drive_trash, proton_drive_restore, proton_drive_delete, proton_drive_empty_trashproton_drive_sharing_status, proton_drive_sharing_invite, proton_drive_sharing_remove, proton_drive_sharing_set_url, proton_drive_sharing_remove_urlproton_drive_invitation_list, proton_drive_invitation_accept, proton_drive_invitation_rejectPermanent delete, empty trash, logout, sharing removal, and invitation
accept/reject require confirm: true.
Full tool details are in docs/TOOLS.md.
bun install
bun run typecheck
bun test
bun run build
npm test
During local development, run the server directly with Bun:
{
"mcpServers": {
"proton-drive-dev": {
"command": "bun",
"args": ["run", "<path-to-repo>/src/index.ts"],
"env": {}
}
}
}
Run bun run smoke:cli only when intentionally testing against a real logged-in
Proton Drive account.
This is an independent project and is not affiliated with Proton AG. Proton and Proton Drive are Proton AG marks used only to identify interoperability with Proton Drive and the official Proton Drive CLI.
The server delegates sign-in and session storage to the official CLI, and it does not request or store Proton credentials. Custom public-link passwords are not accepted through MCP tool arguments because command-line arguments can be visible to local process inspection.
See LICENSE, NOTICE, DISCLAIMER.md, and SECURITY.md.
FAQs
Manage Proton Drive from Claude, Codex, VS Code/Copilot, and other MCP clients through Proton's official CLI without exposing Proton credentials.
The npm package @borealstack/proton-drive-cli-mcp receives a total of 81 weekly downloads. As such, @borealstack/proton-drive-cli-mcp popularity was classified as not popular.
We found that @borealstack/proton-drive-cli-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.