MCP Configs2026年5月13日·1 分钟阅读

mcp-server-apple-events — macOS Reminders MCP

mcp-server-apple-events exposes macOS Reminders/Calendar actions to MCP clients via Apple Events, with an `npx` quick start and ready-to-copy configs.

Agent 就绪

这个资产可以被 Agent 直接读取和安装

TokRepo 同时提供通用 CLI 命令、安装契约、metadata JSON、按适配器生成的安装计划和原始内容链接,方便 Agent 判断适配度、风险和下一步动作。

Needs Confirmation · 62/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Mcp
安装
Npx
信任
信任等级:Established
入口
npx mcp-server-apple-events
通用 CLI 安装命令
npx tokrepo install 3d054de2-3cf1-51d9-81e2-101e95936b93
介绍

mcp-server-apple-events 通过 Apple Events 把 macOS Reminders/Calendar 能力暴露给 MCP 客户端:npx -y 即可运行,并提供 Cursor/Claude Desktop 等配置片段与权限说明。

Best for: 想让 agent 在 macOS 上安全管理提醒事项/日历的用户

Works with: macOS;npx/Node.js;Cursor/Claude Desktop MCP 配置

Setup time: 3-8 minutes

Key facts (verified)

  • GitHub:108 stars · 33 forks;最近更新 2026-05-13。
  • 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。
  • README 中核对过的入口命令:npx mcp-server-apple-events

Main

  • 最快路径是 npx -y mcp-server-apple-events;只有在需要改 Swift bridge 或深入排障时再本地 build。

  • 直接复制 README 的 Cursor/Claude Desktop 配置片段,避免 command/args/transport 配错导致连不上。

  • 若本地构建遇到 SDK/工具链不匹配,按 README 建议升级 Swift(文中提示需要 Swift 6.3+)。

Source-backed notes

  • README 的 Quick Start 给出 npx mcp-server-apple-events,并提供 Cursor/Claude Desktop 的 JSON 配置示例(npx -y)。
  • README 给出 Swift 工具链自检命令:xcrun swiftc --versionxcrun --show-sdk-version
  • README 说明既可用 npx 运行,也可本地构建后用 node 指向 bin/run.cjs 启动。

FAQ

  • 只能在 macOS 用吗?:是的。README 说明它基于 Apple Events,对接 macOS 的 Reminders/Calendar。
  • 必须全局安装吗?:不必。README 推荐用 npx 直接运行;本地 build 只是可选项。
  • 为什么会提 Swift 版本?:README 解释某些 SDK 接口需要 Swift 6.3+,否则会出现构建失败。
🙏

来源与感谢

Source: https://github.com/FradSer/mcp-server-apple-events > License: MIT > GitHub stars: 108 · forks: 33

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产