Skip to main content
Glama
194,485 tools. Last updated 2026-06-11 22:32

"Proton" matching MCP tools:

  • Get the number of messages in a folder that match your search criteria. Returns a simple count quickly without fetching full message details.
    MIT
  • Delete multiple messages in one operation. Move to Trash or permanently expunge with confirmation. Preview using dry run.
    MIT
  • Create a new Proton label to organize messages with non-exclusive tags. Labels can be applied to multiple messages alongside folders.
    MIT
  • List recent messages from an email folder, sorted by date or UID. Returns subject, sender, date, and flags with optional body preview.
    MIT
  • Get all messages in a conversation thread by walking In-Reply-To and References headers. Returns messages sorted chronologically, using Message-ID to handle cross-folder replies.
    MIT
  • Reply to an email by reading the original message and sending a reply with correct threading headers (In-Reply-To, References).
    MIT

Matching MCP Servers

  • Get aggregate stats for a Proton Mail folder: total and unread counts, plus oldest/newest dates and total bytes from scanned envelopes. Handles partial results with truncation detection.
    MIT
  • Delete a folder or label container without destroying messages. Folder contents move to All Mail; label tag is removed. Use for cleanup of unwanted paths.
    MIT
  • Download an email attachment by specifying its part number. Retrieve the content as base64 or write it to a file for offline access.
    MIT
  • Move an email message to a specified destination folder such as Archive, Trash, or Spam. Provide the message UID and source folder.
    MIT
  • Move multiple emails to a folder at once using explicit UIDs or search criteria, with a dry-run option to preview changes.
    MIT
  • Generate a frequency table of top email senders in a folder, sorted by message count. Filter by date range and optionally exclude your own address.
    MIT
  • Add or remove labels on many Proton Mail messages in one operation using UIDs or search criteria. Preview changes with a dry run before applying.
    MIT
  • Send email messages through Proton Mail SMTP with support for HTML (sanitized by default), plain text, markdown, attachments, CC/BCC, and dry-run preview.
    MIT
  • Delete an entire email thread by providing a Message-ID. Choose between soft-delete (Trash) or permanent deletion, with optional cross-folder and dry-run modes.
    MIT
  • Save an email as a draft without sending it, stored in the Drafts folder. Optionally replace an existing draft atomically to avoid losing the original.
    MIT
  • Move an entire email thread to a specified folder, optionally across multiple folders like INBOX and Sent, with a dry-run preview mode.
    MIT