Apple 备忘录 MCP
读取与创建本地备忘录与提醒事项(macOS),整理日常。
社区·↓ 190 次安装·1 个月前
安装命令
终端
npx -y apple-notes-mcp在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"ical": {
"command": "npx",
"args": [
"-y",
"apple-notes-mcp"
]
}
}
}读取与创建本地备忘录与提醒事项(macOS),整理日常。
npx -y apple-notes-mcp{
"mcpServers": {
"ical": {
"command": "npx",
"args": [
"-y",
"apple-notes-mcp"
]
}
}
}