general MCP Server
MCP server providing native macOS integration with Apple Reminders and Calendar via EventKit
Discovered via unknown and last synced 4d ago.
1. Install the package
npx -y mcp-server-apple-events
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-server-apple-events": {
"command": "npx",
"args": [
"-y",
"mcp-server-apple-events"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
macOS developers and AI application builders who need to integrate with Apple's native Reminders and Calendar apps. This MCP server is particularly valuable for developers creating AI assistants, automation tools, and productivity applications that require direct access to a user's schedule and task management data without building custom integrations.
Enable Claude to read, create, and manage reminders and calendar events directly from user interactions. Your AI assistant can understand context about schedules and deadlines while helping users stay organized.
Build tools that analyze a user's calendar and reminders to identify conflicts, overlaps, or resource constraints before scheduling new events. Integrate this intelligence directly into your application's workflow.
Allow users to update their Reminders and Calendar through conversational AI. Process commands like 'remind me tomorrow at 9am' or 'schedule this meeting for next Tuesday' and sync directly with native macOS apps.
Connect Apple's native task and calendar data with other productivity tools and workflows. Sync important deadlines and reminders with external systems while maintaining a source of truth in macOS apps.
No, this server provides native integration specifically with macOS Reminders and Calendar. It requires macOS and direct access to Apple's native frameworks.
Your application will need appropriate macOS permissions to access Reminders and Calendar data. Users may be prompted to grant access through macOS privacy settings the first time these integrations are used.
The server integrates with both Apple Reminders and Calendar on macOS. Specific capabilities for reading, creating, or modifying events depend on the tools exposed by this particular MCP implementation.
This MCP server extends Claude's capabilities by providing tools to interact with your macOS Reminders and Calendar. Claude can then use these tools to help you manage tasks and events based on natural language requests through the MCP protocol.
Actions
`read`, `create`, `update`, `delete`
`read`, `create`, `update`, `delete`, `toggle`, `reorder`
`read`, `create`, `update`, `delete`
`read`, `create`, `update`, `delete`
`read`