imap-mcp
Related Servers
Alternatives to imap-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables MCP-compatible AI assistants to securely search multiple mailboxes, reconstruct email threads, and inspect attachments through read-only tools without altering mailbox state.Apache 2.0
- FlicenseNot gradedqualityBmaintenanceEnables read-only, sanitized access to Yahoo Mail through MCP, including email summaries, search, and folder listing.-
- AlicenseNot gradedqualityCmaintenanceGives MCP clients access to a Mail.ru mailbox for reading, searching, and filtering messages, creating folders, moving, archiving, and deleting mail, and preparing or sending replies, with mass operations preceded by dry runs and deletions kept reversible. It also handles Mail.ru-specific quirks such as modified UTF-7 folder names and dropped long IMAP sessions, and restricts sending to an allowlist of recipients.1MIT
- AlicenseBqualityAmaintenanceSafely searches, reads, flags, and drafts email through IMAP, with no send, delete, or move capabilities. Uses a local broker and OS credential store for secure authentication.16Apache 2.0
- AlicenseNot gradedqualityDmaintenanceRead-only MCP server for IMAP email access, enabling AI agents to read, search, and monitor email without sending or deleting messages.17 npmMIT
- 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
TDQS
Scored across 6 tools
Every tool targets a distinct concern: server configuration, mailbox listing, message summaries, new-message polling, full message retrieval, and attachment handling. The overlap between list_messages and list_new_messages is clearly resolved by the latter's purpose of returning only unseen-by-AI messages and marking them with AiSeen.
All tool names follow a consistent snake_case verb_noun pattern, with list_* for collection/summary operations and get_* for single-item or detail operations. list_new_messages is the only variation, but it still clearly follows the same verb_first structure.
Six tools is well-scoped for an IMAP read-and-retrieve server. Each tool covers a necessary step in the workflow: inspect configuration, navigate mailboxes, list and filter messages, poll for new mail, fetch full messages, and access attachments.
The toolset covers the full read-side workflow: mailbox discovery, message listing, incremental new-message handling, content retrieval, and attachment access. It does not offer send, delete, move, or flag mutation operations, but the descriptions consistently imply a read-only design, so this seems intentional rather than a gap.