Skip to main content
Glama
LeoPhoenixT

readNdraft IMAP MCP

by LeoPhoenixT

Related Servers

Alternatives to readNdraft IMAP MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables a locally-running agent to read and organize email from Gmail, Microsoft 365, and IMAP mailboxes with restricted, audited access.
      GPL 3.0
    • A
      license
      A
      quality
      A
      maintenance
      Enables MCP clients to read, search, organise, and manage IMAP mailbox messages, including saving attachments and drafting replies, while treating mail content as untrusted and keeping write capabilities opt-in.
      6
      101 npm
      1
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      Enables read-only, provider-agnostic email access over IMAP, allowing users to list folders, search and read messages, and download attachments without ever marking messages as read.
      6
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables MCP clients to search, read, and inspect Apple Mail on macOS, including conversations and attachments. It can create new, reply, reply-all, or forward drafts, but cannot send or modify existing messages.
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables safe, multi-account Gmail and Microsoft 365 operations with explicit aliases, including searching, reading, drafting, archiving, labels/categories, and human-reviewed sending via a localhost approval window.
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables AI assistants to securely access IMAP mailboxes with read-focused tools for searching, reading, listing messages, and creating drafts, while deliberately preventing sending or deleting emails.
      MIT

    TDQS

    B3.2/5.0

    Scored across 16 tools

    Disambiguation4/5

    Most tools target distinct operations, and single vs. batch pairs are clearly separated by the '_batch' suffix and cardinality ranges. Minor potential confusion between get_email (plain text/headers) and get_email_html (HTML) since both read the same message in different representations.

    Naming Consistency5/5

    Consistent snake_case with a predictable verb_noun pattern (list_, get_, create_, set_, move_, search_, save_). Batch variants consistently append '_batch'. The only minor irregularity is 'get_email_html' using a content-type suffix, but the convention remains clear.

    Tool Count4/5

    16 tools is slightly above the ideal 3-15 range but each has a clear role; batch variants support scale without redundancy. Not excessive for an IMAP client covering read, draft, flag, and move operations.

    Completeness3/5

    Core read/search, draft lifecycle (create/update), flag setting, move, and attachment save are present. However, no delete/expunge for messages or drafts, and no mailbox creation—notable gaps for a full IMAP surface.

    Maintenance

    ActivityActive
    ResponsivenessNo issues