Skip to main content
Glama
LeChabrax

Apple Mail MCP Server

by LeChabrax

Related Servers

Alternatives to Apple Mail MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      Enables AI assistants to interact with Apple Mail through natural language, providing comprehensive email management including reading, searching, composing, organizing, and analyzing emails across all configured accounts. Includes an expert skill system that teaches intelligent email workflows and productivity strategies.
      26
      202
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to read, search, and manage email via IMAP, and send emails with attachments via SMTP, using natural language commands.
      240
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to read, search, and send iMessages, manage contacts, and access attachments on macOS.
      8
      MIT
    • A
      license
      B
      quality
      B
      maintenance
      An MCP server that gives AI assistants full access to Apple Mail -- read, search, compose, organize, and analyze emails via natural language.
      38
      MIT

    TDQS

    A3.7/5.0

    Scored across 29 tools

    Disambiguation4/5

    Tools are mostly organized by resource with clear action prefixes, so accounts, rules, mailboxes, messages, templates, and drafts are easy to separate. The main overlap is the send path: send_email, reply, reply_all, and forward are all described as convenience wrappers over create_draft, which creates some selection ambiguity for outgoing-mail tasks.

    Naming Consistency4/5

    Nearly all tools follow a consistent verb_noun snake_case pattern such as list_accounts, create_rule, delete_mailbox, and render_template. The exceptions are reply, reply_all, and forward, which are bare verbs without an explicit object and break the otherwise predictable rhythm.

    Tool Count2/5

    At 29 tools, the surface is well beyond the typical well-scoped range and feels heavy for agents to navigate. Several outgoing-mail tools are redundant wrappers around create_draft, so the count could be meaningfully reduced without losing functionality.

    Completeness4/5

    Core workflows are broadly covered: accounts, rules, mailboxes, messages, threads, attachments, templates, and outgoing mail all have lifecycle support. Minor gaps remain, such as no account creation/update and list_rules not exposing rule indices needed by update_rule/delete_rule, but the overall surface supports realistic mail workflows.