imap-mcp
Related Servers
Alternatives to imap-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceConnects multiple IMAP and SMTP mailboxes to MCP clients like ChatGPT without exposing credentials, enabling email search and thread retrieval via natural language.1Apache 2.0
- AlicenseNot gradedqualityBmaintenanceConnects any IMAP/SMTP mailbox to AI agents via MCP, enabling email read, search, send, reply, and management through natural language.28 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables querying and retrieving email messages from an IMAP mailbox via MCP tools, with an indexed storage backend on Cloudflare.23 npmMIT
- 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
- FlicenseNot gradedqualityCmaintenanceEnables AI clients to search IMAP mailboxes with live access and a full-text index covering email bodies and attachments (PDF, DOCX, XLSX, text).-
- AlicenseBqualityAmaintenanceConnects MCP clients to any IMAP/SMTP email account, enabling email search, reading, sending, replying, forwarding, flagging, moving, and folder management via natural language.17MIT
TDQS
Scored across 8 tools
Each tool maps to a distinct stage of the IMAP workflow: provider discovery, health checks, mailbox listing, searching, reading, syncing, exporting, and filter explanation. The closest pair, imap_sync_to_vault and imap_export_for_runtime, is clearly differentiated by destination and side effects.
All tools share the imap_ prefix and mostly follow a verb_noun pattern, making them predictable and easy to navigate. The minor exception is imap_health, which uses a noun instead of a verb, and a few names use prepositional suffixes like to_vault or for_runtime.
Eight tools is well-scoped for an IMAP connector: setup, diagnostics, discovery, search, read, sync, export, and audit each have one dedicated tool. No tool feels redundant, and no essential phase of the described workload is missing.
The tool set covers the full inspection and ingestion lifecycle, including provider setup, connection health, mailbox discovery, search, full message retrieval, vault sync, runtime export, and filter auditing. It intentionally avoids mailbox mutation and does not handle attachments, which are minor gaps for a general IMAP tool but acceptable for this ingestion-focused design.