Skip to content
Cursor

Apple Calendar for Cursor

io.github.mgcrea/mcp-apple-calendar

Search, read and act on Apple Calendar — ranges, free-time lookup, writes off by default

client:Cursor transport:stdio runtime:npm

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": {
    "mcp-apple-calendar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mgcrea/mcp-apple-calendar"
      ],
      "env": {
        "APPLE_CALENDAR_ALLOW_WRITES": "<APPLE_CALENDAR_ALLOW_WRITES>",
        "APPLE_CALENDAR_CALENDARS": "<APPLE_CALENDAR_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