★ 4 stars
Swift
🗄️ Database
Updated 1d ago
Apple Mail MCP server — 44 tools with SQLite-powered millisecond search across 250K+ emails, .emlx parser, batch operations. Swift native.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"che-apple-mail-mcp": {
"command": "npx",
"args": [
"-y",
"PsychQuant/che-apple-mail-mcp"
]
}
}
}
Run in terminal:
claude mcp add che-apple-mail-mcp npx -y PsychQuant/che-apple-mail-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"che-apple-mail-mcp": {
"command": "npx",
"args": [
"-y",
"PsychQuant/che-apple-mail-mcp"
]
}
}
}
README Excerpt
**The most comprehensive Apple Mail MCP server** - 44 tools with SQLite-powered millisecond search across 250K+ emails. --- | Feature | Other MCPs | che-apple-mail-mcp | |---------|------------|-------------------| | Total Tools | ~20 | **44** | | Language | Python | **Swift (Native)** | | Search Speed | Seconds (AppleScript) | **Milliseconds (SQLite)** |
Tools (20)
NSAppleScriptcheck_for_new_mailcompose_emailcopy_emailcreate_draftcreate_mailboxcreate_ruledelete_emaildelete_mailboxdelete_ruleenable_ruleextract_addressextract_name_from_addressflag_emailforward_emailget_account_infoget_emailget_email_headersget_email_metadataget_email_source
Topics
apple-mailapplescriptautomationclaudeemailmacosmail-appmcpmodel-context-protocolswift