Skip to main content
Glama
Jeffery2008

MailBride MCP

by Jeffery2008

Related Servers

Alternatives to MailBride MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI agents to interact with email accounts via IMAP and SMTP, supporting mailbox listing, email search, retrieval, sending, and management.
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables Claude Code to manage email inboxes via IMAP, including reading, categorizing, phishing detection, archiving, junking, and sending emails with user permission.
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables Claude to read, search, draft, send, flag, and move email across multiple IMAP/SMTP mailboxes while keeping credentials local.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables secure mailbox access and email management via IMAP/SMTP, with tools for reading, searching, organizing, sending, and deleting emails, designed for local use and compatible with MCP clients like ChatGPT.
      1
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables natural language email operations (send, search, read, manage) via IMAP/SMTP, with support for attachments, multiple mailboxes, and secure configuration.
      MIT

    TDQS

    A3.7/5.0

    Scored across 20 tools

    Disambiguation2/5

    `fetch` and `mail_get` are effectively identical read-one-email tools with the same description, so an agent cannot reliably distinguish them. `search` and `mail_search` also overlap even though the description tries to separate them by filter capability.

    Naming Consistency3/5

    All names are lowercase snake_case, but the set mixes bare verbs (`search`, `fetch`), noun-first names (`contacts_search`), and `mail_`-prefixed tools (`mail_get`, `mail_draft_create`). Renaming `fetch` to `mail_get` or aligning all tools around `mail_<action>_<object>` would improve predictability.

    Tool Count3/5

    20 tools is on the heavy end, and the duplicate `fetch`/`mail_get` pair makes the count feel padded. The overall email workflow is large enough that most tools have a purpose, but the set could be trimmed to the mid-teens.

    Completeness5/5

    The toolset covers the full email lifecycle: search/read, threaded retrieval, draft create/update/preview/send/discard, flag updates, move/copy/trash/permanent delete, folder management, and attachment reading. No major dead ends or obviously missing operations are apparent for a configured-account mail bridge.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues