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).
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"
]
}
}
}