apple-mcp
by supermemoryai·★ 3,090·综合分 52
Apple MCP服务器,将原生Apple应用转化为AI超能力,提供消息、备忘录、联系人等工具。
概述
Apple MCP是一个全面的模型上下文协议服务器,为Apple核心应用提供AI驱动访问。它使AI助手能够通过结构良好的工具集与消息、备忘录、联系人、邮件、提醒、日历和地图进行原生交互。该服务器具备清晰的功能链接能力,支持复杂的多步骤工作流,如读取笔记、查找联系人并发送自动消息。通过Smithery的简易安装和手动设置选项,它为不同用户偏好提供了灵活性。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您是 macOS 用户,希望通过 AI 助手自动化处理 Apple 生态系统应用程序之间的交互,请选择此服务器。
什么时候不要选它
如果您不使用 macOS,请不要选择此服务器,因为它依赖于 Apple 原生应用程序才能正常运行。
此 server 暴露的工具
从 README 抽取出 8 个工具send_messageSend messages to anyone in your contacts
create_noteCreate notes in the Notes app
search_contactsFind contacts in your address book
send_emailSend emails with attachments, CC, BCC
create_reminderCreate reminders with due dates
create_eventCreate calendar events
search_locationsSearch for locations in Maps
save_favoriteSave locations as favorites in Maps
说明:Tool names inferred from feature descriptions rather than explicit documentation
可对比工具
安装
安装
方法一:Smithery(推荐)
npx -y install-mcp apple-mcp --client claudeCursor用户:
npx -y install-mcp apple-mcp --client cursor方法二:手动设置
将以下内容添加到你的claude_desktop_config.json:
{
"mcpServers": {
"apple-mcp": {
"command": "bunx",
"args": ["--no-cache", "apple-mcp@latest"]
}
}
}首先,确保已安装bun:
brew install oven-sh/bun/bunFAQ
- 这个MCP服务器支持哪些Apple应用?
- Apple MCP支持消息、备忘录、联系人、邮件、提醒、日历和地图应用,每个应用都有用于读取、写入、搜索和管理数据的工具。
- 我可以链接多个工具一起使用吗?
- 是的,该服务器支持命令链接功能,允许复杂的工作流,如读取笔记、查找联系人并发送自动消息,只需一个请求即可完成。
apple-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。