Apple Calendar
About
A lightweight MCP server for your Apple Calendar.
Details
- Author
- okdoittttt
- Downloads
- 260
- Categories
- Other, AI
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Apple CalendarCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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 |
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




