Apple Reminders MCP 服务器

Apple Reminders MCP 服务器

一个与 macOS 上的 Apple Reminders 集成的 Model Context Protocol (MCP) 服务器。

快速入门

  1. 安装 Node.js 18 或更高版本,确保安装 Xcode 命令行工具。
  2. 全局安装: npm install -g mcp-server-apple-reminders
  3. 配置 Cursor、ChatWise 或 Claude Desktop,添加以下配置: { "mcpServers": { "apple-reminders": { "command": "mcp-server-apple-reminders", "args": [] } } }
  4. 重启相关应用以使更改生效。
  5. 使用自然语言指令创建和管理提醒事项,例如:
    • 创建提醒:"明天下午 5 点购买杂货"
    • 查看提醒:"显示我的所有提醒"