Proton Mail (unofficial) runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 24 Aug 2026.
Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP
Today is the operative word: we check Proton Mail (unofficial) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add proton-mail-mcp -- npx -y proton-mail-mcp
{
"mcpServers": {
"proton-mail-mcp": {
"args": [
"-y",
"proton-mail-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.proton-mail-mcp]
command = "npx"
args = ["-y", "proton-mail-mcp"]
{
"mcpServers": {
"proton-mail-mcp": {
"args": [
"-y",
"proton-mail-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"proton-mail-mcp": {
"args": [
"-y",
"proton-mail-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
PROTONMAIL_USERNAME (Your Proton Mail email address), PROTONMAIL_PASSWORD (Your Proton Mail SMTP password (not your login password; generate one in Proton settings)), PROTONMAIL_HOST (SMTP host), PROTONMAIL_PORT (SMTP port), PROTONMAIL_SECURE (Use TLS for SMTP (true for port 465)), IMAP_HOST (Proton Mail Bridge IMAP host (required for read/search tools)), IMAP_PORT (Proton Mail Bridge IMAP port), IMAP_SECURE (Use TLS for IMAP), IMAP_USERNAME (Proton Mail Bridge username (falls back to PROTONMAIL_USERNAME)), IMAP_PASSWORD (Proton Mail Bridge password (falls back to PROTONMAIL_PASSWORD)), READONLY (Disable all mutating tools (send, move, delete, flags, labels, bulk ops, folder/label management)), RESTRICT_OUTBOUND_TO_SELF (Refuse live sends to any recipient other than PROTONMAIL_USERNAME (for throwaway/QA accounts)), ALLOW_FILE_DOWNLOAD_DIR (Allowlist directory enabling download_attachment.saveTo; when unset, attachments return as inline base64), ALLOW_EMPTY_FOLDER (Register the empty_folder tool (not recommended)), DEBUG (Enable verbose logging to stderr).
The author declared them in the registry entry; get the values from the project itself.
IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants
Read, search, draft, send, and organize email through Gmail, Outlook, and IMAP/SMTP mailboxes.
Private, EU-hosted email for AI agents over JMAP: read, search, reply, organize, send.
Email for AI agents — read inbox (IMAP), search, and send (SMTP).
Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.
Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP.
Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.
Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.
Answers built from our own checks of this server.