MCP Apple Reminders
MCP 苹果提醒事项
用于与 macOS 上的 Apple Reminders 交互的模型上下文协议 (MCP) 服务器。
特征
列表管理:查看 Apple 提醒事项应用中的所有提醒事项列表
提醒检索:从特定列表中获取所有提醒
创建提醒:创建带有标题、截止日期和注释的新提醒
完成提醒:将提醒标记为已完成
删除提醒:从列表中删除提醒
日期处理:正确处理到期日的 ISO 日期格式
Related MCP server: Apple Reminders MCP Server
配置
与 Claude Desktop 一起使用
将其添加到您的claude_desktop_config.json中:
{
"mcpServers": {
"apple-reminders": {
"command": "node",
"args": [
"/path/to/mcp-apple-reminders/dist/index.js"
]
}
}
}NPX(即将推出)
{
"mcpServers": {
"apple-reminders": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apple-reminders"
]
}
}
}API
服务器公开了以下 MCP 工具用于与 Apple 提醒事项进行交互:
获取列表
返回所有提醒列表。
获取提醒
从特定列表返回提醒。
参数:
listName(必填):提醒列表的名称
创建提醒
创建新的提醒。
参数:
listName(必填):提醒列表的名称title(必填):提醒的标题dueDate(可选):提醒的截止日期(ISO 格式:“YYYY-MM-DDTHH:MM:SS.sssZ”)notes(可选):提醒的注释
完成提醒
将提醒标记为已完成。
参数:
listName(必填):提醒列表的名称reminderName(必填):需要完成的提醒的名称
删除提醒
删除提醒。
参数:
listName(必填):提醒列表的名称reminderName(必填):要删除的提醒的名称
工作原理
该 MCP 服务器使用 AppleScript 与 macOS 上的 Apple 提醒事项应用进行交互。它通过模型上下文协议 (MCP) 为 AI 助手管理提醒事项提供了标准化接口。
发展
该项目使用 TypeScript 和 MCP SDK。如需扩展功能,请修改src/index.ts中的工具以及src/reminders.ts中的 AppleScript 函数。
要求
macOS(Apple Reminders 集成所需)
Node.js 16+
Apple 提醒事项应用至少配置了一个列表
执照
麻省理工学院
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceA macOS-only MCP server that exposes Apple Reminders to AI clients, enabling create, read, update, delete, search, and organization of reminders and lists through natural language.MIT
- Alicense-qualityCmaintenanceMCP server enabling AI assistants to create, read, list, and delete Apple Reminders on macOS via AppleScript.11Apache 2.0
- Flicense-qualityDmaintenanceA Model Context Protocol server providing comprehensive integration with Apple Reminders, enabling CRUD operations, natural language date parsing, advanced search, and list management.
- Alicense-qualityCmaintenanceA Model Context Protocol (MCP) server that integrates Apple Reminders with Claude Desktop, enabling comprehensive task management and reminders directly through conversations with Claude.304MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP connector for Apple Reminders — search, create, complete, and edit via your own Mac.
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shadowfax92/apple-reminders-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server