apple-reminders-mcp
Manage Apple Reminders, including adding, editing, completing, and deleting reminders, as well as managing reminder lists.
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-mcpremind me to buy milk tomorrow at 10am"
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
MCP server for Apple Reminders. Manage reminders with natural language from any MCP client.
Prerequisites
macOS 14+ · Node.js 18+ · remindctl
brew install steipete/tap/remindctl
remindctl authorizeRelated MCP server: reminders
Setup
Claude Code (plugin):
/plugin marketplace add namearth5005/namearth5005-plugins
/plugin install apple-reminders-mcp@namearth5005-pluginsClaude Code (manual):
claude mcp add --transport stdio apple-reminders -- npx -y apple-reminders-mcpCodex:
codex mcp add apple-reminders -- npx -y apple-reminders-mcpCursor / Windsurf / Other:
{
"mcpServers": {
"apple-reminders": {
"command": "npx",
"args": ["-y", "apple-reminders-mcp"]
}
}
}Tools
Tool | Description |
| Add a reminder with optional due date, list, notes, priority |
| Show reminders (today/tomorrow/week/overdue/upcoming/all) |
| List all reminder lists or show contents of one |
| Edit title, due date, notes, priority, or move to another list |
| Mark reminders as complete |
| Delete reminders |
| Create, rename, or delete lists |
Examples
"remind me to deploy on Friday at 3pm"
"what's due today?"
"mark the deploy reminder as done"
"create a list called Sprint 12"Troubleshooting
"remindctl is not authorized" — Run remindctl authorize.
"Could not find remindctl" — brew install steipete/tap/remindctl, or set REMINDCTL_PATH env var.
Using nvm? Use the full node path: /opt/homebrew/bin/node instead of node.
License
MIT
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/namearth5005/remindctl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server