Apple Reminders MCP Server
@FradSer
About Apple Reminders MCP Server
MCP server providing native macOS integration with Apple Reminders and Calendar via EventKit
Basic information
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
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Comments