Odel
Proton Drive CLI MCP

Proton Drive CLI MCP

Local
@borealstackTypeScriptMITUpdated 2mo ago

Manage Proton Drive from MCP clients through Proton's official CLI without exposing credentials.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@borealstack/proton-drive-cli-mcpv0.1.2

Run

npx -y @borealstack/proton-drive-cli-mcp

MCP client config

{
  "mcpServers": {
    "proton-drive-cli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@borealstack/proton-drive-cli-mcp"
      ]
    }
  }
}