Skip to main content
Glama
SpasticPalate

Proton MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROTON_PASSYesYour Proton Mail Bridge password
PROTON_USERYesYour Proton Mail email address used for Bridge authentication
PROTON_IMAP_HOSTYesIMAP server host for Proton Mail Bridge (usually 127.0.0.1)127.0.0.1
PROTON_IMAP_PORTYesIMAP server port for Proton Mail Bridge (usually 1143)1143
PROTON_SMTP_HOSTYesSMTP server host for Proton Mail Bridge (usually 127.0.0.1)127.0.0.1
PROTON_SMTP_PORTYesSMTP server port for Proton Mail Bridge (usually 1025)1025

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
proton_list_folders

List all mailbox folders (INBOX, Sent, Drafts, Trash, etc.) with message counts and unread counts

proton_list_emails

List emails in a specific folder with pagination. Shows sender, subject, date, and read status. Results are newest first.

proton_search_emails

Search emails by sender, recipient, subject, date range, body content, or unread status. Multiple criteria are combined with AND logic.

proton_read_email

Read the complete content of an email, including headers, body, and attachments. Specify folder and email UID.

proton_send_email

Send a new email. Supports plain text and HTML formats. Recipients can be a single string or array of strings.

proton_reply_email

Send a reply to an existing email. Properly sets In-Reply-To and References headers for threading. Can reply to all or just the sender.

proton_move_email

Move an email from one folder to another. Specify source folder, email UID, and destination folder.

proton_delete_email

Delete an email by moving it to the Trash folder. Use the folder name and email UID.

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/SpasticPalate/proton-mcp-server'

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