apple-reminders-mcp-server
Provides tools to manage Apple Reminders (the reminders app on macOS) including creating, listing, updating, completing, and deleting reminders.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@apple-reminders-mcp-servercreate a reminder to submit report by Friday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
apple-reminders-mcp-server
一个基于 MCP(Model Context Protocol) 的 macOS 提醒事项工具服务。 通过 AppleScript 操作系统原生「提醒事项」,以标准 MCP 协议(stdio 传输)暴露增删改查工具, 可被任何 MCP 兼容的 Agent / Host 接入使用。
本项目从 calendar-agent 的内置工具层重构而来—— 将进程内硬编码的工具函数解耦为独立、可复用的 MCP Server。
提供的工具
工具 | 说明 |
| 创建提醒事项,支持指定截止时间 |
| 列出未完成提醒,支持按时间范围过滤 |
| 修改指定提醒的标题或时间 |
| 标记指定提醒为已完成 |
| 删除指定提醒 |
Related MCP server: reminders
环境要求
macOS(依赖系统「提醒事项」与 AppleScript)
Python 3.12+
快速开始
git clone https://github.com/yzheeng/reminder-mcp-server
cd reminder-mcp-server
uv sync
uv run reminder-mcp-server首次调用工具时,macOS 会弹窗请求「自动化」权限(控制提醒事项),允许即可。
在 MCP Host 中接入
在你的 Host 配置中按如下方式声明(以通用 JSON 配置为例):
{
"mcpServers": {
"reminders": {
"command": "uv",
"args": ["--directory", "/path/to/reminder-mcp-server", "run", "reminder-mcp-server"]
}
}
}协议说明
传输方式:stdio(JSON-RPC 2.0,行分帧)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/yzheeng/apple-reminders-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server