protonmail-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROTONMAIL_PASS | Yes | The Bridge-generated password for this account, copied from Proton Bridge's Mailbox details. | |
| PROTONMAIL_USER | Yes | The Proton Mail username (e.g., you@proton.me), copied from Proton Bridge's Mailbox details. | |
| PROTONMAIL_READONLY | No | Set to '1' to enable read-only mode, registering only the read tools and preventing any sends. | |
| PROTONMAIL_IMAP_PORT | No | The IMAP port shown in Proton Bridge's Mailbox details. Defaults to 1143 if not set. | |
| PROTONMAIL_SMTP_PORT | No | The SMTP port shown in Proton Bridge's Mailbox details. Defaults to 1025 if not set. | |
| PROTONMAIL_IMAP_SECURITY | No | The IMAP security mode: STARTTLS or SSL, as shown in Proton Bridge's Mailbox details. | |
| PROTONMAIL_SMTP_SECURITY | No | The 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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