Odel
icloud calendar mcp

icloud calendar mcp

Local
@iceywuTypeScriptMITUpdated 2w ago

Manage Apple iCloud Calendar through a reliable CalDAV MCP server.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmicloud-calendar-mcpv0.1.3

Run

npx -y icloud-calendar-mcp

MCP client config

{
  "mcpServers": {
    "icloud-calendar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "icloud-calendar-mcp"
      ]
    }
  }
}