apple-mail-mcp
Related Servers
Alternatives to apple-mail-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables AI assistants to read, search, send, and manage email on macOS through programmatic access to Apple Mail.29MIT
- AlicenseNot gradedqualityAmaintenanceEnables using Apple Mail accounts to search, read, manage, draft, and send messages from Codex or Claude Code locally.MIT
- AlicenseAqualityCmaintenanceEnables 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.2697 PyPI210MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to read, search, and manage email via IMAP, and send emails with attachments via SMTP, using natural language commands.301 npmMIT
- AlicenseBqualityBmaintenanceAn MCP server that gives AI assistants full access to Apple Mail -- read, search, compose, organize, and analyze emails via natural language.38MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to read, send, organize, and search emails across multiple IMAP/SMTP mailboxes.1,579 npmMIT
TDQS
Scored across 25 tools
Each tool targets a clearly distinct resource and action: mailboxes, messages, drafts, rules, templates, accounts, attachments, and statistics are well separated. Even similarly named tools like search_messages, get_messages, and get_thread are explicitly differentiated by metadata-only vs. full-body vs. thread-expansion behavior.
The entire tool set follows a consistent verb_noun pattern: list_, get_, create_, update_, delete_, save_, render_, search_. There are no mixed casing styles or vague verbs, making the surface highly predictable.
At 25 tools, the server is at the heavy end of the recommended range, though the breadth of the Apple Mail domain partially justifies it. A few convenience tools like get_statistics and get_attachment_content could potentially be consolidated without losing core capability.
The tool set provides full lifecycle coverage for mailboxes, drafts, templates, and rules, plus message search/retrieval/update/delete, threading, attachments, and statistics. Workflows like search → fetch bodies → act, or render template → create draft → send, have no dead ends.