Proton Drive CLI MCP for Cursor
io.github.borealstack/proton-drive-cli-mcp
Manage Proton Drive from MCP clients through Proton's official CLI without exposing credentials.
client:Cursor
transport:stdio
runtime:npm
Install Proton Drive CLI MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"proton-drive-cli-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@borealstack/proton-drive-cli-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs