Skip to main content
Glama
paulo-amaral

applemail-mcp-server

by paulo-amaral

Related Servers

Alternatives to applemail-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      A read-only MCP server that lets Claude Desktop interact with Apple Mail on macOS via AppleScript. It enables listing mailboxes, searching emails, and reading email content without making network calls.
      3
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      MCP server that gives Claude and other MCP hosts full access to Mail.app on macOS — search, read, send, reply, flag, move, and more across all accounts configured in Mail.app.
      24
      60 npm
      1
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      An MCP server that provides programmatic access to Apple Mail, enabling AI assistants like Claude to read, send, search, and manage emails on macOS.
      25
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      An MCP server for Apple Mail that enables Claude to read, search, manage, and compose emails via AppleScript.
      20
      56 npm
      1
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Local IMAP/SMTP MCP server that lets Claude read, search, draft, send, flag, and move mail across multiple IMAP mailboxes. Credentials stay on your machine.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      A minimal Python MCP server that gives Claude access to built-in Apple apps (Mail, Contacts, Calendar, Notes, Reminders) on macOS, leveraging native APIs and local databases for speed with no OAuth setup.
      MIT

    TDQS

    A3.9/5.0

    Scored across 7 tools

    Disambiguation2/5

    The mail tools are mostly distinct, but apple_mail_list_mailboxes and apple_mail_unread_summary both expose mailbox lists with unread counts, creating overlap. More critically, apple_calendar_list_calendars is unrelated to the mail domain and sits awkwardly in the same server, making tool selection confusing.

    Naming Consistency2/5

    Most tools follow the apple_mail_<verb>_<noun> pattern (list_accounts, search_messages), but apple_mail_unread_summary is adjective-noun and apple_calendar_list_calendars breaks the prefix entirely. This mixed convention reduces predictability.

    Tool Count4/5

    Seven tools is within the desirable range, and each mail tool has a clear job. However, including a calendar tool in a mail server muddies the scope, making the count feel less purposeful.

    Completeness2/5

    The set covers read-oriented operations (list, search, fetch) and draft creation, but lacks essential mail lifecycle actions like send, delete, move, or mark as read/unread. The calendar tool doesn't fill these gaps and appears arbitrary.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues