fradser/mcp-server-apple-reminders
Overview
An MCP server for interacting with Apple Reminders on macOS, written in TypeScript/JavaScript.
Capabilities
- • stdio transport support
- • prompt templates
- • tool call interface
- • mcp client integration
Best For
MCP server enabling interaction with Apple Reminders on macOS, supporting recurring reminders, location triggers, and organization features.
Decision Snapshot
Install
available
Usage
available
Docs
1 links
Config
8 strong hints
Capabilities
4 key capabilities detected
- • GitHub stars: 84
- • Forks: 23
- • Source provenance count: 1
- • Active signal: Updated this week from lifecycle signals.
- • Last seen: 4/15/2026
- • Published: 3/16/2026
Installation / Setup
npx mcp-server-apple-events
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Review official documentation and source metadata for complete setup parameters.
{
"mcpServers": {
"mcp-server-apple-reminders": {
"command": "npx",
"args": [
"mcp-server-apple-events"
]
}
}
}Usage
npx mcp-server-apple-events
Features
- • **Priority Support**: Set reminder priority (high/medium/low/none) with visual indicators
- • **Recurring Reminders**: Create repeating reminders with flexible recurrence rules (daily, weekly, monthly, yearly)
- • **Location-Based Triggers**: Set geofence reminders that trigger when arriving at or leaving a location
- • **Tags/Labels**: Organize reminders with custom tags for cross-list categorization and filtering
- • **Subtasks/Checklists**: Add checklist items to reminders with progress tracking
- • **Smart Organization**: Automatic categorization and intelligent filtering by priority, due date, category, or completion status
- • **Powerful Search**: Multi-criteria filtering including completion status, due date ranges, tags, and full-text search
- • **Batch Operations**: Efficient handling of multiple reminders with optimized data access patterns
Use Cases
- • Supports capabilities such as: stdio transport support; prompt templates; tool call interface.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • stdio transport support
- • prompt templates
- • tool call interface
- • mcp client integration
Prompt Examples
example
• npx mcp-server-apple-events
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Documentation coverage: medium
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
recursechat/mcp-server-apple-shortcuts
An MCP server integration with Apple Shortcuts, supporting workflow automation and MCP client integration.
PhungXuanAnh/selenium-mcp-server
A Model Context Protocol (MCP) server that provides web automation capabilities through Selenium WebDriver, including web navigation, screenshots, and JavaScript execution.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.