Fluxmail
Related Servers
Alternatives to Fluxmail
- AlicenseAqualityFmaintenanceIMAP/SMTP email MCP server with App Passwords. Auto-discovers Gmail, Outlook, Yahoo, iCloud. 5 composite tools, multi-account.5514 npm34Apache 2.0
- AlicenseAqualityDmaintenanceA Gmail MCP server that enables Claude to send, search, and read emails using either Gmail API or SMTP/IMAP backend.343 PyPIMIT
Related Servers
- FlicenseNot gradedqualityDmaintenanceSelf-hosted MCP server for any IMAP/SMTP inbox. Multi-account in one config. Built for Claude Code.-
- AlicenseNot gradedqualityCmaintenanceA minimal MCP server for reading, searching, managing, and sending email over IMAP and SMTP.MIT
- AlicenseNot gradedqualityBmaintenanceA self-hosted MCP server for Gmail and Outlook that lets MCP clients read, search, send, reply, and manage email via OAuth, with no built-in secrets and support for both stdio and HTTP transports.19 npmISC
- FlicenseAqualityDmaintenanceA lightweight MCP server for personal Microsoft Outlook/Hotmail accounts, enabling email search, reading, attachment management, and folder operations via Microsoft Graph API with OAuth device-code flow.61-
- FlicenseNot gradedqualityDmaintenanceA minimal MCP server for reading and sending emails via IMAP/SMTP, supporting multiple accounts in a single instance with zero external dependencies.1-
- AlicenseNot gradedqualityCmaintenanceA self-hostable Gmail MCP server that enables Gmail search/read, sending, replies, drafts, labels, and attachment downloads via MCP tools with OAuth authorization. Supports stdio and streamable HTTP transports.1MIT
TDQS
Scored across 19 tools
Most tools target distinct resources and actions: list_emails is for browsing, search_emails is for query syntax, and get_email/get_thread retrieve full content. The only mild ambiguity is between list_emails and search_emails since both can filter by conditions, but their descriptions clarify the intended use.
Every tool follows the same snake_case verb_noun pattern (list_accounts, get_email, create_draft, cancel_scheduled_email, download_attachment). Names are predictable and map clearly to their operations.
19 tools is slightly above the typical 3-15 sweet spot, but each tool covers a distinct email operation and the count is appropriate for the domain. There is no obvious filler or redundancy.
The tool surface covers the full email lifecycle: browsing, searching, reading, drafting, sending, scheduling, forwarding, modifying, and attachments. It also handles account-level introspection and failure recovery via get_status, so agents have no dead-end workflows.