Apple Reminders MCP Server
@FradSer
About Apple Reminders MCP Server
MCP server providing native macOS integration with Apple Reminders and Calendar via EventKit
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-apple-reminders": {
"command": "npx",
"args": [
"mcp-server-apple-events"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Apple Reminders MCP Server?
A Model Context Protocol (MCP) server that provides native integration with Apple Reminders and Calendar on macOS. It exposes Apple Reminders and Calendar Events through a standardized interface with full CRUD (Create, Read, Update, Delete) operations.
How to use Apple Reminders MCP Server?
Run the server directly using npx mcp-server-apple-events. It requires macOS and Node.js 20 or later. Configure it as an MCP server in compatible clients (e.g., Cursor, Claude Desktop) by adding the command to your MCP configuration.
Key features of Apple Reminders MCP Server
- Full CRUD for reminders and calendar events
- Priority, tags, subtasks, and completion tracking
- Multi-criteria search and smart organization
- Native macOS EventKit integration with permission management
- Flexible date formats and Unicode support
- Clean architecture with TypeScript and Zod validation
Use cases of Apple Reminders MCP Server
- Manage and organize reminders with due dates, priorities, and tags from any MCP client
- Create, update, or delete calendar events programmatically via automation tools
- Search and filter reminders by completion status, date ranges, tags, or text
- Integrate Apple Reminders/Calendar data into AI-assisted workflows (e.g., Claude Desktop)
FAQ from Apple Reminders MCP Server
What permissions does Apple Reminders MCP Server require?
Full access to both Reminders and Calendar on macOS. The first EventKit call triggers a system prompt, and the grant appears under System Settings > Privacy & Security as "event".
How are macOS permissions handled?
The server uses a disclaim shim (bin/event-disclaim) so that event becomes its own TCC-responsible process, avoiding permission attribution issues with host apps like Claude Desktop.
Can I set alarms, recurrence rules, or location triggers?
These fields are read-only via this server. Configure them in the Reminders or Calendar app directly; values round-trip through read responses.
What are the system requirements?
macOS (Sonoma 14+ recommended), Node.js 20 or later, and optionally Xcode Command Line Tools if building from source. The npm package ships a pre-built binary.
What should I do if the permission dialog never appears?
Reset TCC globally using `tccutil reset
Frequently asked questions
What permissions does Apple Reminders MCP Server require?
Full access to both Reminders and Calendar on macOS. The first EventKit call triggers a system prompt, and the grant appears under System Settings > Privacy & Security as "event".
How are macOS permissions handled?
The server uses a disclaim shim (`bin/event-disclaim`) so that `event` becomes its own TCC-responsible process, avoiding permission attribution issues with host apps like Claude Desktop.
Can I set alarms, recurrence rules, or location triggers?
These fields are read-only via this server. Configure them in the Reminders or Calendar app directly; values round-trip through read responses.
What are the system requirements?
macOS (Sonoma 14+ recommended), Node.js 20 or later, and optionally Xcode Command Line Tools if building from source. The npm package ships a pre-built binary.
What should I do if the permission dialog never appears?
Reset TCC globally using `tccutil reset
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
MCP Go ๐
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments