HomeProductivity › icloud-calendar-mcp

icloud-calendar-mcp

MCP server for iCloud (Apple) Calendar access via CalDAV

Kotlin
★ 19 stars Last pushed 2026-09-08 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.2.0)

npx -y @icloud-calendar-mcp/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "icloud-calendar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@icloud-calendar-mcp/[email protected]"
      ],
      "env": {
        "ICLOUD_USERNAME": "<YOUR_VALUE>",
        "ICLOUD_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • ICLOUD_USERNAME required — Your Apple ID email (e.g., [email protected])
  • ICLOUD_PASSWORD required secret — App-specific password for iCloud (not your main Apple ID password)

Related servers

Data from the Official MCP Registry