mcp-ical-swift

Sealjay/mcp-ical-swift
★ 0 stars Swift 🤖 AI/LLM Updated 1d ago
MCP server for Apple Calendar using compiled Swift to bypass macOS Sequoia TCC restrictions
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ical-swift": {
      "command": "npx",
      "args": [
        "-y",
        "Sealjay/mcp-ical-swift"
      ]
    }
  }
}

README Excerpt

> A local MCP server for Apple Calendar that uses a compiled Swift binary to bypass macOS Sequoia's TCC restrictions. On macOS Sequoia (26.x), headless processes cannot obtain Calendar access through the standard TCC (Transparency, Consent, and Control) mechanism: - **EventKit from Python** (e.g. PyObjC) requires `kTCCServiceCalendar`, which can only be granted through a system dialog that headless processes cannot trigger. There is no `+` button in System Settings > Privacy & Security > Calenda

Tools (8)

ical__create_eventical__delete_eventical__get_eventical__list_calendarsical__list_eventsical__search_eventsical__update_eventswiftc

Topics

apple-calendarclaudeeventkitmacosmcpmodel-context-protocolswifttcc