sift-apple-mail-mcp
Related Servers
Alternatives to sift-apple-mail-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables semantic search across Apple Mail, Messages, Calendar, and Contacts on macOS using natural language queries. All processing happens locally with privacy-first vector indexing for fast similarity search.-
- AlicenseAqualityCmaintenanceEnables AI assistants to read, search, send, and manage email on macOS through programmatic access to Apple Mail.29MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to read, send, search, and manage emails in Apple Mail on macOS.25102MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage multiple email accounts with secure credentials, local full-text search, thread-aware replies, and automation.6 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to search and retrieve from your local macOS iMessage history using hybrid retrieval with context expansion, all processed locally without sending data off-device.-
- AlicenseNot gradedqualityBmaintenanceMCP server that gives an AI assistant access to IMAP/SMTP mailboxes to read, search, organize, draft, and send email, with local mirroring and full-text search, no third-party data path, and credentials stored only in the macOS Keychain.10 npmMIT
TDQS
Scored across 10 tools
The tools are mostly distinct: list accounts/mailboxes, get emails vs single email vs body vs attachments vs links, search, thread, and index status. However, get_emails and search both return lists of messages with mailbox/date filters, which could cause an agent to choose the wrong one. The descriptions help but the boundary is not razor-sharp.
Most tools follow a clear verb_noun pattern (get_email, list_mailboxes, get_thread), but two deviate: 'index_status' is a noun phrase and 'search' is a bare verb. This is a minor inconsistency in an otherwise readable set.
10 tools is well-scoped for an Apple Mail inspection server. Each tool covers a distinct aspect (accounts, mailboxes, message listing, metadata, body, attachments, links, thread, search, index state) without redundancy or unnecessary sprawl.
The server covers the full read/search lifecycle for email: listing structure, retrieving messages, bodies, attachments, links, threads, and searching with index awareness. Since the server appears read-oriented ('sift'), no update/delete/send operations are expected, and index_status addresses the main dependency gap.