IMAP MCP Server
Related Servers
Alternatives to IMAP MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables Claude to read, search, send, and manage email across multiple IMAP/SMTP accounts through OAuth 2.1-secured MCP tools.MIT
- AlicenseAqualityDmaintenanceEnables seamless email management through natural language conversations with Claude. Supports searching, reading, and sending emails securely with Gmail and other email providers.4MIT
- 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
- FlicenseNot gradedqualityDmaintenanceEnables Claude Code to manage email inboxes via IMAP, including reading, categorizing, phishing detection, archiving, junking, and sending emails with user permission.-
TDQS
Scored across 13 tools
Account management, connection, search/retrieve, attachment transfer, and read-state tools are clearly separated by resource and action. Only imap_connect and imap_test_account could be momentarily confused, but their descriptions distinguish establishing a connection from validating an existing configuration.
Every tool follows the same imap_ prefix with snake_case verb_noun naming, such as list_accounts, add_account, search_emails, mark_as_read. The pattern is highly predictable and consistent across the entire set.
13 tools is well within the ideal range for an IMAP server surface. Each tool covers a distinct part of the account lifecycle, connection handling, email retrieval, attachment transfer, and read-state management without feeling bloated.
There are significant gaps: imap_upload_file references imap_send_email, but no send tool is exposed, making uploads a dead end. The set also lacks folder listing, move/copy, delete, and flagging operations beyond read/unread, so many common email workflows cannot complete.