Skip to main content
Glama
apexxapps

protonmail-mcp

by apexxapps

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROTONMAIL_PASSYesThe Bridge-generated password for this account, copied from Proton Bridge's Mailbox details.
PROTONMAIL_USERYesThe Proton Mail username (e.g., you@proton.me), copied from Proton Bridge's Mailbox details.
PROTONMAIL_READONLYNoSet to '1' to enable read-only mode, registering only the read tools and preventing any sends.
PROTONMAIL_IMAP_PORTNoThe IMAP port shown in Proton Bridge's Mailbox details. Defaults to 1143 if not set.
PROTONMAIL_SMTP_PORTNoThe SMTP port shown in Proton Bridge's Mailbox details. Defaults to 1025 if not set.
PROTONMAIL_IMAP_SECURITYNoThe IMAP security mode: STARTTLS or SSL, as shown in Proton Bridge's Mailbox details.
PROTONMAIL_SMTP_SECURITYNoThe SMTP security mode: STARTTLS or SSL, as shown in Proton Bridge's Mailbox details.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_mailA

Search email by any combination of free-text, sender, recipient, subject, and date range. With NO filters it returns your most recent inbox messages. Returns summaries (no body) newest first — use get_message with a result's uid to read the full text.

get_messageA

Read one full message by uid (from a search result). Quoted reply history and signatures are trimmed by default for readability; pass full=true to keep everything. The result lists any attachments (name/type/size) — use download_attachment to save one.

download_attachmentA

Save an attachment from a message to disk (into the configured download directory). Identify it by filename or 0-based index (from get_message); if the message has just one attachment, neither is needed. Returns the saved file path.

create_draftA

Compose a new email and save it to Drafts. Does NOT send — you review and send it yourself in Proton. Can include local file attachments.

send_messageA

Send a new email immediately. This goes out the moment it runs — the client should confirm first. To let a human review before sending, use create_draft instead. Can include local file attachments.

replyA

Reply to a message (to its sender), correctly threaded, quoting the original. Sends immediately unless draft=true (saves to Drafts for you to review). Can include local file attachments.

reply_allA

Reply to a message and everyone on it (sender + all other recipients, excluding you), threaded and quoting the original. Sends immediately unless draft=true. Can include local file attachments.

forwardA

Forward a message to new recipients, carrying its original attachments. Optional intro note via body. Sends immediately unless draft=true. Can add further local file attachments.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/apexxapps/proton-mail-bridge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server