applemail-mcp-server
Related Servers
Alternatives to applemail-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceA 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.3MIT
- AlicenseAqualityAmaintenanceMCP 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.2460 npm1MIT
- AlicenseAqualityAmaintenanceAn MCP server that provides programmatic access to Apple Mail, enabling AI assistants like Claude to read, send, search, and manage emails on macOS.25MIT
- AlicenseAqualityAmaintenanceAn MCP server for Apple Mail that enables Claude to read, search, manage, and compose emails via AppleScript.2056 npm1MIT
- FlicenseNot gradedqualityCmaintenanceLocal IMAP/SMTP MCP server that lets Claude read, search, draft, send, flag, and move mail across multiple IMAP mailboxes. Credentials stay on your machine.-
- AlicenseNot gradedqualityBmaintenanceA 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
Scored across 7 tools
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.
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.
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.
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.