@haha123有大佬创建一个 可以在mac上 创建 【提醒事项】 的mcp 吗 ? 中发帖

我发现用这个 applescript  在 快捷指令里 是可以创建提醒事项的 
但是怎么写成 mcp 目前还没时间去学习
如果有大佬写好了, 方便分享吗
如果没有的话, 我得空去学习下mcp 然后再写
先把创意分享出来
====
创意:
明天提醒我 xxx
10分钟后提醒我 xxx
我要xx 30秒
===
tell application "Reminders"
set myList to list "提醒1"
tell myList
make new reminder with properties {name:"购物", body:"买牛奶和鸡蛋", remind me date:(current date) + 20}
end tell
end tell