apple-mail-mcp
by patrickfreyer·★ 119·综合分 49
一个全面的 MCP 服务器,提供 22 个工具,可完全访问 Apple Mail,实现阅读、搜索、撰写、组织和分析邮件。
概述
Apple Mail MCP 服务器通过自然语言命令提供广泛的电子邮件管理功能。它提供阅读和搜索邮件、将邮件组织到邮箱、撰写新邮件、管理草稿、处理附件和分析数据的工具。服务器包含只读和可写模式,并设有安全限制以防止意外批量操作。此外,它还包含一个配套的电子邮件管理技能,用于实现 Inbox Zero 等专家工作流程。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您是 macOS 用户,希望通过自然语言命令实现 Apple Mail 的 AI 管理,特别是如果您已经在使用 Claude Code 或 Claude Desktop,请选择此服务器。
什么时候不要选它
如果您不使用 macOS 上的 Apple Mail,需要跨平台邮件管理,或需要与非 Apple 邮件客户端或服务集成,请避免使用此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具get_inbox_overviewDashboard with unread counts, folders, and recent emails
list_inbox_emailsList emails with account/read-status filtering and optional content preview
search_emailsUnified search — subject, sender, body text, dates, attachments, cross-account
get_email_threadConversation thread view
compose_emailSend new emails (plain text or HTML body)
reply_to_emailReply or reply-all with optional HTML body
forward_emailForward with optional message, CC/BCC
get_statisticsEmail analytics (volume, top senders, read ratios)
export_emailsExport single emails or mailboxes to TXT/HTML
get_top_sendersAnalyse most frequent senders by count or domain
get_awaiting_replyFind sent emails that haven't received a reply
create_rich_email_draftBuild a rich HTML .eml draft, open it in Mail, and optionally save it to Drafts
可对比工具
安装
快速安装
**先决条件:** 配置了 Apple Mail 的 macOS,Python 3.10+
**Claude Code 插件(推荐):**
claude plugin marketplace add patrickfreyer/apple-mail-mcp
claude plugin install apple-mail@apple-mail-mcp**对于 Claude Desktop:**
{
"mcpServers": {
"apple-mail": {
"command": "uvx",
"args": ["mcp-apple-mail"]
}
}
}**使用 pip 替代方案:**
pip install mcp-apple-mail
claude mcp add apple-mail -- mcp-apple-mailFAQ
- 此 MCP 服务器需要哪些权限?
- 服务器需要在 macOS 系统 > 隐私与安全 > 自动化中授予自动化和邮件数据访问权限。
- 我可以只读模式使用此服务器吗?
- 是的,您可以传递 --read-only 标志来禁用发送邮件的工具,同时仍然允许读取访问。
apple-mail-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。