che-apple-mail-mcp
Verified Safeby kiki830621
Overview
Programmatic management and automation of Apple Mail functionalities on macOS.
Installation
./.build/release/CheAppleMailMCPSecurity Notes
The server primarily executes AppleScript commands on the local machine via `NSAppleScript`. User-provided inputs for these commands are passed through an `escapeForAppleScript` function to mitigate script injection risks. However, direct AppleScript execution from constructed strings, even with escaping, inherently carries a risk, though this risk is contained to Mail.app functionality. The server explicitly requires macOS 'Automation' permissions for Mail.app, which the user must grant manually, providing a clear security gate. The `PRIVACY.md` explicitly states no data is stored outside Apple Mail and no data is transmitted to external services.
Similar Servers
mcp-email-server
This server allows MCP clients to interact with email accounts via IMAP and SMTP protocols, enabling functionalities like listing, fetching, sending, and deleting emails.
mcp-server-apple-events
Integrate Apple Reminders and Calendar with MCP clients for comprehensive management and automation on macOS.
gmail-mcp
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.
outlook-mcp-server
AI-powered local email management for Microsoft Outlook, enabling search, composition, organization, and batch forwarding of emails using natural language commands.