A
licenseA
qualityC
maintenanceMCP server for reading, searching, and sending ProtonMail emails via the ProtonMail Bridge.
16
2
GPL 3.0
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clearly distinct role: listing mailboxes, listing messages, searching messages, and fetching a single message. No overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern (list_mailboxes, list_messages, search_messages, get_message) with uniform snake_case style.
Four tools is well-scoped for a read-only email client, covering the core needs without unnecessary bloat or unclear additions.
The tool set covers the primary read operations (list, search, get) but lacks write operations like send, delete, or mark as read, which are expected in a full email workflow.