che-ical-mcp
by PsychQuant·★ 27·Score 44
macOS Calendar & Reminders MCP server with 29 tools and native Swift EventKit integration.
Overview
che-ical-mcp is a robust MCP server that provides comprehensive calendar and reminders management on macOS. It offers native EventKit integration with 29 tools covering events, reminders, calendars, and advanced features like conflict detection, batch operations, undo/redo functionality, and per-event timezone support. The server is actively maintained with recent updates and supports multiple installation methods including MCPB plugin, Claude Code plugin, and direct binary installation.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server for macOS users who need deep Calendar and Reminders integration with advanced features like tagging, batch operations, conflict detection, and undo/redo functionality.
When NOT to choose this
Not suitable for non-macOS users, or those who need cross-platform calendar solutions with vendor-agnostic approaches.
Tools this server exposes
12 tools extracted from the READMElist_calendarsList all calendars and reminder lists
create_calendarCreate a new calendar
list_eventsList events with filter/sort/limit
create_eventCreate an event with reminders, location, URL, per-event timezone
list_remindersList reminders with filter/sort/limit, tags extraction
create_reminderCreate a reminder with due date, tags
search_eventsSearch events by keyword(s) with AND/OR matching
check_conflictsCheck for overlapping events in a time range
undoUndo the most recent calendar/reminder operation
search_remindersSearch reminders by keyword(s) or tag
create_events_batchCreate multiple events at once with per-event timezone
cleanup_completed_remindersDelete all completed reminders in one call
Comparable tools
Installation
For Claude Desktop
Method 1: MCPB One-Click Install (Recommended)
- Download
che-ical-mcp.mcpbfrom [Releases](https://github.com/PsychQuant/che-ical-mcp/releases) - Double-click the
.mcpbfile to install - Restart Claude Desktop
Method 2: Manual Configuration
- Download the binary:
``bash curl -L https://github.com/PsychQuant/che-ical-mcp/releases/latest/download/CheICalMCP -o /usr/local/bin/che-ical-mcp chmod +x /usr/local/bin/che-ical-mcp ``
- Edit
~/Library/Application Support/Claude/claude_desktop_config.json:
``json { "mcpServers": { "che-ical-mcp": { "command": "/usr/local/bin/che-ical-mcp" } } } ``
- Restart Claude Desktop
FAQ
- What macOS versions are supported?
- macOS 13.0 and later are supported.
- How do I resolve Calendar access denied errors?
- If using Claude Desktop 1.6608.2 or later, use Claude Code plugin instead until Anthropic releases a fix. For manual configurations, ensure you've granted Calendar and Reminders permissions when prompted.
Compare che-ical-mcp with
Last updated · Auto-generated from public README + GitHub signals.