MCP Email Server
Related Servers
Alternatives to MCP Email Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceManages email accounts via IMAP/SMTP, enabling reading, searching, sending, replying, forwarding, and folder management with multi-user and OAuth support.22MIT
- AlicenseNot gradedqualityDmaintenanceEnables sending and receiving emails through SMTP, IMAP, and POP3 protocols with support for attachments, HTML content, and email validation.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to read, send, organize, and search emails across multiple IMAP/SMTP mailboxes.1,026 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides email sending and receiving via SMTP/IMAP/POP3, supporting major email providers and dynamic authentication for AI assistant integration.6 npm4MIT
- AlicenseNot gradedqualityDmaintenanceEnables email management through IMAP and SMTP protocols, supporting reading, sending, replying to emails with proper threading, and downloading attachments. Supports multiple email accounts with flexible configuration options.1BSD 3-Clause
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to read, search, and manage email via IMAP, and send emails with attachments via SMTP, using natural language commands.301 npmMIT
TDQS
Scored across 18 tools
Most tools clearly target distinct email operations (list, read, send, delete, move, archive, attachments). The main overlaps are mark_emails_as_read vs set_email_flags and get_attachment_content vs download_attachment, but these are described as intentional conveniences with different behavior.
Tool names mostly follow a clear verb_noun snake_case pattern like list_emails_metadata, delete_emails, and move_emails. Minor deviations such as mark_emails_as_read and save_to_mailbox are still readable but break the strict list_/get_/send_/delete_ symmetry.
18 tools is slightly above the typical 3-15 tool range, but the count is justified by the breadth of email operations: listing, reading, sending, forwarding, saving drafts, deleting, moving, archiving, tagging, and attachments. It feels reasonably scoped rather than bloated.
The tool set covers the email lifecycle well: discovery, reading, searching metadata, sending, forwarding, saving drafts, deleting, moving, archiving, tagging, flags, and attachments. It also includes security-relevant allowlist tools for recipients and senders, so the domain feels fully covered.