Skip to content
Cursor

icloud calendar for Cursor

io.github.iceywu/icloud-calendar

Manage Apple iCloud Calendar through a reliable CalDAV MCP server.

client:Cursor transport:stdio runtime:npm

Install icloud 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": {
    "icloud-calendar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "icloud-calendar-mcp"
      ],
      "env": {
        "ICLOUD_USERNAME": "<ICLOUD_USERNAME>",
        "ICLOUD_APP_PASSWORD": "<ICLOUD_APP_PASSWORD>"
      }
    }
  }
}

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

icloud calendar in other clients