CursorPool
← 返回 MCP 列表
Apple 备忘录 MCP

Apple 备忘录 MCP

读取与创建本地备忘录与提醒事项(macOS),整理日常。

社区·190 次安装·1 个月前
↓ 添加到 Cursor

安装命令

终端
npx -y apple-notes-mcp

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "ical": {
      "command": "npx",
      "args": [
        "-y",
        "apple-notes-mcp"
      ]
    }
  }
}