MCP Catalogs
Home

che-ical-mcp

by PsychQuant·27·Score 44

macOS Calendar & Reminders MCP server with 29 tools and native Swift EventKit integration.

productivityai-llmdeveloper-tools
8
Forks
21
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Managing personal and work calendars with comprehensive event and reminder functionality
you:Automating calendar operations through AI assistants like Claude for scheduling and task management
you:Batch operations for managing multiple events and reminders simultaneously
you:What macOS versions are supported?
you:How do I resolve Calendar access denied errors?

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 README
  • list_calendars

    List all calendars and reminder lists

  • create_calendar

    Create a new calendar

  • list_events

    List events with filter/sort/limit

  • create_event

    Create an event with reminders, location, URL, per-event timezone

  • list_reminders

    List reminders with filter/sort/limit, tags extraction

  • create_reminder

    Create a reminder with due date, tags

  • search_events

    Search events by keyword(s) with AND/OR matching

  • check_conflicts

    Check for overlapping events in a time range

  • undo

    Undo the most recent calendar/reminder operation

  • search_reminders

    Search reminders by keyword(s) or tag

  • create_events_batch

    Create multiple events at once with per-event timezone

  • cleanup_completed_reminders

    Delete all completed reminders in one call

Comparable tools

google-calendar-mcpoutlook-calendar-mcpcalendar-cli

Installation

For Claude Desktop

Method 1: MCPB One-Click Install (Recommended)
  1. Download che-ical-mcp.mcpb from [Releases](https://github.com/PsychQuant/che-ical-mcp/releases)
  2. Double-click the .mcpb file to install
  3. Restart Claude Desktop
Method 2: Manual Configuration
  1. 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 ``

  1. Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

``json { "mcpServers": { "che-ical-mcp": { "command": "/usr/local/bin/che-ical-mcp" } } } ``

  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.