Proton Drive CLI MCP for Cline
io.github.borealstack/proton-drive-cli-mcp
Manage Proton Drive from MCP clients through Proton's official CLI without exposing credentials.
client:Cline
transport:stdio
runtime:npm
Install Proton Drive CLI MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"proton-drive-cli-mcp": {
"command": "npx",
"args": [
"-y",
"@borealstack/proton-drive-cli-mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs