imap-mcp-server
Related Servers
Alternatives to imap-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables remote email management for Gmail, Outlook, iCloud, Yahoo, and custom IMAP/SMTP accounts via MCP, supporting account setup, search, read, draft, and send operations.15 npmMIT
- AlicenseBqualityBmaintenanceEnables users to manage email accounts via IMAP/SMTP, including reading, searching, sending emails with attachments and calendar invites, all through natural language interactions with MCP-compatible clients.14MIT
- 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
- AlicenseNot gradedqualityBmaintenanceEnables searching, reading full conversations, and sending email across multiple IMAP/SMTP mailboxes from any MCP client, with multi-user support and per-user API tokens.MIT
- AlicenseNot gradedqualityDmaintenanceEnables reading and sending emails via IMAP and SMTP through the MCP protocol. Supports multiple email accounts and configuration via UI or environment variables.BSD 3-Clause
- AlicenseNot gradedqualityBmaintenanceEmail capabilities for AI agents to receive, read, reply, and send through MCP.3 npmISC
TDQS
Scored across 40 tools
Most tools target a distinct resource+action, but the deletion cluster (delete_email, bulk_delete, bulk_delete_by_search, delete_spam, delete_by_domain) and the flag/keyword cluster overlap enough to require careful reading of descriptions. An agent could easily pick the wrong delete or flag tool despite the detailed guidance.
All tools share the imap_ prefix and mostly follow a verb_noun pattern like list_accounts, send_email, and create_folder. Minor deviations such as connect, disconnect, folder_status, and delete_by_domain slightly break the pattern, but the overall naming is predictable.
With 40 tools, this server is well beyond the 16-25 'heavy' range and feels over-split. The domain is broad, but several clusters (spam management, deletion variants) could be consolidated into fewer, more coherent tools.
The tool set covers the full email lifecycle: account management, connection, search/read, send/reply/forward/draft, attachments, folder operations, flags/keywords, unread counts, and spam handling. There are no major dead ends or missing core operations for an IMAP server.