Apple Calendar

by okdoittttt

260 downloads
Not rated
GitHub

About

A lightweight MCP server for your Apple Calendar.

Details

Author
okdoittttt
Downloads
260
Categories
Other, AI

- macOS 14+ (uses the modern requestFullAccessTo... permission APIs, with
- Python 3.10+, managed via uv
- Relative days: today, tomorrow, mon..sun / full weekday names
- Explicit dates: YYYY-MM-DD
- Times: 3pm, 3:30pm, 15:00 (optionally preceded by at)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Apple Calendar
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The README includes setup instructions such as uv run python scripts/setup_permissions.py.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "apple calendar": {
            "apple-calendar-mcp": {
                "command": "uv",
                "args": [
                    "sync"
                ]
            }
        }
    }
}

McpServers

{
    "apple-calendar-mcp": {
        "command": "uv",
        "args": [
            "sync"
        ]
    }
}

Calendar

| Tool | Description |
|---|---|
| calendar_list_calendars | List all calendars |
| calendar_list_events | List events in a date range |
| calendar_get_event | Get one event by id |
| calendar_search_events | Text search over title/location/notes, optional tag filter |
| calendar_create_event | Create an event (location, notes, url, tags) |
| calendar_edit_event | Edit an event (incl. moving categories via calendar_name); span required for recurring events |
| calendar_delete_event | Delete an event; span required for recurring events |

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.