readNdraft IMAP MCP
Related Servers
Alternatives to readNdraft IMAP MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables a locally-running agent to read and organize email from Gmail, Microsoft 365, and IMAP mailboxes with restricted, audited access.GPL 3.0
- AlicenseAqualityAmaintenanceEnables MCP clients to read, search, organise, and manage IMAP mailbox messages, including saving attachments and drafting replies, while treating mail content as untrusted and keeping write capabilities opt-in.6101 npm1MIT
- AlicenseAqualityAmaintenanceEnables read-only, provider-agnostic email access over IMAP, allowing users to list folders, search and read messages, and download attachments without ever marking messages as read.6MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to search, read, and inspect Apple Mail on macOS, including conversations and attachments. It can create new, reply, reply-all, or forward drafts, but cannot send or modify existing messages.MIT
- AlicenseNot gradedqualityAmaintenanceEnables safe, multi-account Gmail and Microsoft 365 operations with explicit aliases, including searching, reading, drafting, archiving, labels/categories, and human-reviewed sending via a localhost approval window.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to securely access IMAP mailboxes with read-focused tools for searching, reading, listing messages, and creating drafts, while deliberately preventing sending or deleting emails.MIT
TDQS
Scored across 16 tools
Most tools target distinct operations, and single vs. batch pairs are clearly separated by the '_batch' suffix and cardinality ranges. Minor potential confusion between get_email (plain text/headers) and get_email_html (HTML) since both read the same message in different representations.
Consistent snake_case with a predictable verb_noun pattern (list_, get_, create_, set_, move_, search_, save_). Batch variants consistently append '_batch'. The only minor irregularity is 'get_email_html' using a content-type suffix, but the convention remains clear.
16 tools is slightly above the ideal 3-15 range but each has a clear role; batch variants support scale without redundancy. Not excessive for an IMAP client covering read, draft, flag, and move operations.
Core read/search, draft lifecycle (create/update), flag setting, move, and attachment save are present. However, no delete/expunge for messages or drafts, and no mailbox creation—notable gaps for a full IMAP surface.