MCP Catalogs
首页apple-mcp screenshot

apple-mcp

by supermemoryai·3,090·综合分 52

Apple MCP服务器,将原生Apple应用转化为AI超能力,提供消息、备忘录、联系人等工具。

productivitycommunicationai-llm
279
Forks
13
活跃 Issue
9 个月前
最近提交
2 天前
收录于

概述

Apple MCP是一个全面的模型上下文协议服务器,为Apple核心应用提供AI驱动访问。它使AI助手能够通过结构良好的工具集与消息、备忘录、联系人、邮件、提醒、日历和地图进行原生交互。该服务器具备清晰的功能链接能力,支持复杂的多步骤工作流,如读取笔记、查找联系人并发送自动消息。通过Smithery的简易安装和手动设置选项,它为不同用户偏好提供了灵活性。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过AI读取消息并发送基于上下文的回复来自动化通信
:AI分析笔记并创建提醒或日历事件的生产力工作流
:通过AI基于自然语言查询搜索联系人、邮件和日历数据的信息检索
:这个MCP服务器支持哪些Apple应用?
:我可以链接多个工具一起使用吗?

什么时候选它

如果您是 macOS 用户,希望通过 AI 助手自动化处理 Apple 生态系统应用程序之间的交互,请选择此服务器。

什么时候不要选它

如果您不使用 macOS,请不要选择此服务器,因为它依赖于 Apple 原生应用程序才能正常运行。

此 server 暴露的工具

从 README 抽取出 8 个工具
  • send_message

    Send messages to anyone in your contacts

  • create_note

    Create notes in the Notes app

  • search_contacts

    Find contacts in your address book

  • send_email

    Send emails with attachments, CC, BCC

  • create_reminder

    Create reminders with due dates

  • create_event

    Create calendar events

  • search_locations

    Search for locations in Maps

  • save_favorite

    Save locations as favorites in Maps

说明:Tool names inferred from feature descriptions rather than explicit documentation

可对比工具

apple-script-mcpmac-automation-toolsshell-mcp

安装

安装

方法一:Smithery(推荐)
npx -y install-mcp apple-mcp --client claude

Cursor用户:

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/bun

FAQ

这个MCP服务器支持哪些Apple应用?
Apple MCP支持消息、备忘录、联系人、邮件、提醒、日历和地图应用,每个应用都有用于读取、写入、搜索和管理数据的工具。
我可以链接多个工具一起使用吗?
是的,该服务器支持命令链接功能,允许复杂的工作流,如读取笔记、查找联系人并发送自动消息,只需一个请求即可完成。

apple-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。