mailmcp
Related Servers
Alternatives to mailmcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceHosted email MCP server for AI agents. Connect Gmail or any IMAP/SMTP mailbox (Fastmail, iCloud, Yahoo, Zoho, Yandex) to Claude, ChatGPT, Cursor and any MCP client to read, search, send, organize, schedule and auto-triage email. Mail is fetched live and never stored.236AGPL 3.0
- FlicenseNot gradedqualityBmaintenanceEnables Claude to read, search, draft, send, flag, and move email across multiple IMAP/SMTP mailboxes while keeping credentials local.-
- FlicenseNot gradedqualityDmaintenanceEnables Claude to read, search, send, and manage emails across multiple IMAP/SMTP accounts via a single deployment.-
- AlicenseNot gradedqualityCmaintenanceEnables Claude to read, manage, and send email from any IMAP mailbox over plain IMAP and SMTP, including hosting-company and self-hosted mail servers. It provides tools for searching, reading, moving, deleting, and composing messages while built-in safety rules prevent unintended changes.MIT
- AlicenseNot gradedqualityAmaintenanceGive your AI tools access to your email. Search, read, send, and manage messages across multiple accounts without leaving your terminal.40 npm7MIT
- AlicenseAqualityDmaintenanceEnables seamless email management through natural language conversations with Claude. Supports searching, reading, and sending emails securely with Gmail and other email providers.4MIT
TDQS
Scored across 21 tools
Most tools are clearly separated by action and resource, but `search`/`fetch` duplicate the purpose of `search_messages`/`get_message` with different ID schemes, which can confuse an agent about which pair to use. `trash_message` also overlaps with `modify_message`'s move-to-folder capability, though descriptions mostly clarify boundaries.
The large majority follow a clean verb_noun snake_case pattern (`list_accounts`, `send_message`, `create_draft`, `upload_attachment`). The bare `search` and `fetch` break this pattern and are especially problematic because they visually resemble general verbs rather than specific mail operations alongside `search_messages` and `get_message`.
21 tools is at the heavy end, but the email domain genuinely spans search, threads, drafts, sending, replies, forwarding, attachments, signatures, and message modification. The redundant `search`/`fetch` pair makes the count feel slightly larger than necessary, but the scope is still reasonable.
The surface covers the full email workflow: find, read, thread, reply, forward, draft, send, attach, sign, and modify messages. Minor gaps exist, such as no explicit draft-update tool or folder management beyond moving messages, but these can be worked around with existing tools.