mcpbeat Sign in

Icloud Calendar MCP Server

local only

Icloud Calendar runs on your own machine — the client starts it, so there is no endpoint to ping. 130 installs a week from npm. Last commit 18 Aug 2026.

Manage Apple iCloud Calendar through a reliable CalDAV MCP server.

Installs per day peak 528 · avg 17
a month agotoday
130
Installs / week
npm · icloud-calendar-mcp
0
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Icloud Calendar every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add icloud-calendar -- npx -y icloud-calendar-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "icloud-calendar": {
      "args": [
        "-y",
        "icloud-calendar-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.icloud-calendar]
command = "npx"
args = ["-y", "icloud-calendar-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "icloud-calendar": {
      "args": [
        "-y",
        "icloud-calendar-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "icloud-calendar": {
      "args": [
        "-y",
        "icloud-calendar-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ICLOUD_USERNAME (Apple Account email address), ICLOUD_APP_PASSWORD (Apple app-specific password (never the Apple Account password)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Icloud Calendar

same job, measured the same way
Icloud Calendar MCP
by onekash

MCP server for iCloud (Apple) Calendar access via CalDAV

123 installs/wk local only
reMarkable MCP Server
by sammorrowdrums

Read, render, search, and manage reMarkable documents through MCP

547 installs/wk local only
Icloud MCP
by eodozzy

Read-only-by-default MCP server for iCloud mail, calendar, and contacts (IMAP/CalDAV/CardDAV).

70 installs/wk local only
Komodo MCP Server
by samik081

Manage Komodo through AI assistants

115 installs/wk local only
Calendarmcp
by aernouddekker

MCP server for macOS Calendar.app — calendar and event management via AppleScript

23 installs/wk local only
CalDAV MCP Server
by lukegskw

A TypeScript MCP server for iCloud Calendar with native multi-VALARM support.

295 installs/wk local only
Authentik MCP Server
by samik081

Manage Authentik through AI assistants

128 installs/wk local only
Apple Productivity MCP
by gambadio

On-demand local Apple Mail, Calendar, and Reminders MCP server for macOS.

25 installs/wk local only

Icloud Calendar — questions

Answers built from our own checks of this server.

Why is there no uptime for Icloud Calendar?
Icloud Calendar runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package icloud-calendar-mcp was installed 130 times last week.
How do I connect Icloud Calendar?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls icloud-calendar-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Icloud Calendar?
The npm package icloud-calendar-mcp was installed 130 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Icloud Calendar open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.