Skip to main content
Glama
ni-c

imap-mcp

by ni-c

Related Servers

Alternatives to imap-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables MCP-compatible AI assistants to securely search multiple mailboxes, reconstruct email threads, and inspect attachments through read-only tools without altering mailbox state.
      Apache 2.0
    • A
      license
      Not graded
      quality
      C
      maintenance
      Gives MCP clients access to a Mail.ru mailbox for reading, searching, and filtering messages, creating folders, moving, archiving, and deleting mail, and preparing or sending replies, with mass operations preceded by dry runs and deletions kept reversible. It also handles Mail.ru-specific quirks such as modified UTF-7 folder names and dropped long IMAP sessions, and restricts sending to an allowlist of recipients.
      1
      MIT
    • A
      license
      B
      quality
      A
      maintenance
      Safely searches, reads, flags, and drafts email through IMAP, with no send, delete, or move capabilities. Uses a local broker and OS credential store for secure authentication.
      16
      Apache 2.0
    • A
      license
      Not graded
      quality
      D
      maintenance
      Read-only MCP server for IMAP email access, enabling AI agents to read, search, and monitor email without sending or deleting messages.
      17 npm
      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

    TDQS

    A4.5/5.0

    Scored across 6 tools

    Disambiguation5/5

    Every tool targets a distinct concern: server configuration, mailbox listing, message summaries, new-message polling, full message retrieval, and attachment handling. The overlap between list_messages and list_new_messages is clearly resolved by the latter's purpose of returning only unseen-by-AI messages and marking them with AiSeen.

    Naming Consistency5/5

    All tool names follow a consistent snake_case verb_noun pattern, with list_* for collection/summary operations and get_* for single-item or detail operations. list_new_messages is the only variation, but it still clearly follows the same verb_first structure.

    Tool Count5/5

    Six tools is well-scoped for an IMAP read-and-retrieve server. Each tool covers a necessary step in the workflow: inspect configuration, navigate mailboxes, list and filter messages, poll for new mail, fetch full messages, and access attachments.

    Completeness4/5

    The toolset covers the full read-side workflow: mailbox discovery, message listing, incremental new-message handling, content retrieval, and attachment access. It does not offer send, delete, move, or flag mutation operations, but the descriptions consistently imply a read-only design, so this seems intentional rather than a gap.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues