Skip to main content
Glama
524,660 tools. Updated 2026-09-06 17:35

"Proton Drive" matching MCP tools:

  • Create a new empty folder on Proton Drive at a specified path. Check existing folders first with drive_list, as it fails if the folder exists or parent is missing.
    MIT
  • Upload local photos and videos directly into your Proton Photos library. Duplicates are skipped or renamed, while non-media files are ignored.
    MIT
  • Verify if your Proton Drive session is authenticated before running file operations. Returns a boolean so you can confirm access is valid and avoid auth errors.
    MIT
  • Upload local files or folders to Proton Drive with end-to-end encryption. Handles recursive folder uploads, preserves structure, and reports uploaded, skipped, and failed counts.
    MIT
  • Download a file or folder from Proton Drive to your local filesystem, preserving original names and handling conflicts with skip, rename, or remove options.
    MIT
  • Permanently delete a file or folder already in Proton Drive trash to free storage. Show the exact path to the user and require explicit confirmation; this action cannot be undone.
    MIT
    Destructive

Matching MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Manage Proton Drive from Claude, Codex, VS Code/Copilot, and any MCP client through Proton's official CLI. Authentication and encrypted Drive behavior stay with Proton's tooling.
    70
    MIT

Matching MCP Connectors

  • Artifact store for AI agents — read, write, and search files by path; share by rendered URL.

  • Give Claude only the Google Drive files you choose. Every action logged.

  • Revoke a specific member's access to a Proton Drive file or folder. Confirm the email and current role with drive_share_status before revoking.
    MIT
    Destructive
  • Read text file contents from your local Proton Drive sync folder. Use this tool for synced text files up to 1 MB; for binary or larger files, use drive_download.
    MIT
  • Writes UTF-8 text to a file in the local Proton Drive sync folder, creates parent directories, and overwrites existing files after user confirmation. Needs the desktop app running to sync to cloud.
    MIT
    Destructive
  • List the files and folders directly inside a Proton Drive folder. Use it to confirm a destination exists or verify a remote path before uploading or downloading.
    MIT
  • Move or rename a Proton Drive file or folder by specifying source and destination paths, provided the destination is free and its parent folder exists.
    MIT
  • Clear the stored Proton Drive session from the OS keychain. Use on shared machines to prevent session persistence; after logout, file and sharing operations require a new login.
    MIT
    Destructive
  • Check installed Proton Drive CLI and SDK versions to confirm the binary is in PATH and diagnose compatibility issues before using other operations. No authentication required.
    MIT
  • Get full metadata for a single Proton Drive file or folder, including revision details. Use when drive_list lacks the detailed info you need for a specific path.
    MIT
  • Check a Proton Drive folder or file's sharing state, including accepted members and pending invitations, to confirm status before inviting or revoking access. Read-only.
    MIT
  • Move files or folders to Proton Drive trash to hide them immediately while keeping them recoverable. Use trash instead of permanent deletion when you need a safety net for restoring items later.
    MIT
    Destructive
  • Restore a trashed file or folder to its original Proton Drive path. Use drive_list_trash to find the item's trash path, then restore it; fails if the parent folder is missing or a same-named item exists.
    MIT
  • Permanently delete all items in Proton Drive trash after user confirmation. Irreversible action that frees storage by clearing the entire trash folder.
    MIT
    Destructive
  • List pending sharing invitations from other Proton Drive users. Returns invitation details including uid, which is required to accept or reject them.
    MIT
  • Reject a pending Proton Drive sharing invitation permanently using its UID from drive_list_invitations. No sender notification. Requires authentication.
    MIT
    Destructive
  • Create or update a public share link for a Proton Drive file or folder. Set viewer/editor access, password, or expiration so anyone with the link can view or edit without a Proton account.
    MIT