Skip to content
Cursor

Apple Calendar for Cursor

io.github.jonathanrreed/apple-calendar-mcp

List, create, update, and delete events in Apple Calendar on macOS.

client:Cursor transport:stdio runtime:pypi

Install Apple Calendar in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apple-calendar-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-calendar-mcp"
      ],
      "env": {
        "APPLE_CALENDAR_MCP_SAFETY_MODE": "<APPLE_CALENDAR_MCP_SAFETY_MODE>",
        "APPLE_CALENDAR_MCP_ALLOWED_CALENDARS": "<APPLE_CALENDAR_MCP_ALLOWED_CALENDARS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Apple Calendar in other clients