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.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Apple Reminders lists and reminders on macOS, including creating, updating, completing, and deleting reminders.Last updated7335MIT
- Alicense-qualityCmaintenanceEnables fuzzy search, creation, and management of Apple Reminders via CLI or MCP tools.Last updated20MIT
- 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.Last updatedMIT
- Flicense-qualityDmaintenanceA Model Context Protocol server providing comprehensive integration with Apple Reminders, enabling CRUD operations, natural language date parsing, advanced search, and list management.Last updated
Related MCP Connectors
Manage your family's calendars and lists in Cozi. View, create, and update appointments; organize…
Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.
Push notifications for AI agents - send instant iPhone notifications from any MCP client.
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/namearth5005/remindctl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server