Model Context Protocol (MCP) server offering native macOS integration with Apple Reminders (list, create, update, delete, move reminders & lists).
https://github.com/FradSer/mcp-server-apple-remindersYou're deep in a coding session with Claude when you realize you need to add "Review PR #247" to your work reminders. Instead of breaking flow to switch to the Reminders app, you just ask Claude directly: "Add a reminder to review PR #247 by 3 PM today in my Work list."
Done. No app switching, no breaking concentration, no forgetting what you were doing.
As developers, we live in multiple apps simultaneously. Your AI assistant helps you code, debug, and brainstorm—but the moment you need to manage tasks or reminders, you're thrown out of that flow. Alt-tab to Reminders, add your task, alt-tab back, and try to remember where you left off.
The mcp-server-apple-reminders eliminates this friction entirely. It's an MCP server that provides native macOS integration with Apple Reminders, letting you manage tasks directly through Claude, Cursor, or ChatWise using natural language.
This isn't another API wrapper—it's a TypeScript/Swift hybrid that talks directly to macOS. When you create a reminder through Claude, it appears instantly in your native Reminders app, synced across all your Apple devices. No third-party services, no additional accounts, no syncing delays.
The server provides complete CRUD operations:
Here's how it transforms your development workflow:
During code reviews: "Create a reminder to follow up on the database migration PR comments by tomorrow at 10 AM"
Project planning: "Add these three tasks to my Sprint list: implement user authentication, write API tests, update documentation"
Bug tracking: "Create a reminder for the mobile layout issue in my Bugs list with a note about Safari-specific CSS problems"
Meeting prep: "Show me all reminders due today so I can prioritize before the standup"
The natural language processing means you don't need to remember specific syntax—just describe what you want in plain English.
Works seamlessly with:
Setup takes less than 5 minutes with a simple JSON configuration. No complex authentication flows or API key management.
Install globally via npm:
npm install -g mcp-server-apple-reminders
Add to your Claude Desktop configuration:
{
"mcpServers": {
"apple-reminders": {
"command": "mcp-server-apple-reminders",
"args": []
}
}
}
Restart Claude Desktop and you're ready to go.
The server supports advanced filtering and search capabilities:
This makes it perfect for sprint reviews, weekly planning, and project retrospectives—all without leaving your AI assistant.
Every context switch costs you cognitive overhead. When you're in flow state solving a complex problem, breaking that focus to manage a simple task can derail your entire thought process.
This MCP server keeps you in the zone. Your AI assistant becomes a unified interface for both technical problem-solving and task management. The barrier between thinking about work and organizing work disappears.
The 78 stars and active development show a community that recognizes this need. When developers say "I need to try this immediately," it usually means they've identified a real pain point that needs solving.
Your reminders stay in Apple's ecosystem where they belong, but your workflow stays unified where it should be. That's the kind of small improvement that compounds into significant productivity gains over time.