← Back to Plugins
MCP Server MCP

org.onekash/icloud-calendar-mcp

github By github 👁 3 views ▲ 0 votes

MCP server for iCloud (Apple) Calendar access via CalDAV

Homepage Verified source GitHub

Install

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

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@icloud-calendar-mcp/server",
      "version": "3.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Apple ID email (e.g., [email protected])",
          "isRequired": true,
          "format": "string",
          "name": "ICLOUD_USERNAME"
        },
        {
          "description": "App-specific password for iCloud (not your main Apple ID password)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ICLOUD_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...