mcpbeat Sign in

CalDAV MCP Server

local only

CalDAV MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 295 installs a week from npm. Last commit 12 Sep 2026.

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

Installs per day peak 310 · avg 30 · -48% w/w
a month agotoday
295
Installs / week
npm · @lukegskw/caldav-mcp
3
Stars
1 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check CalDAV MCP Server 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 caldav-mcp -- npx -y @lukegskw/caldav-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "caldav-mcp": {
      "args": [
        "-y",
        "@lukegskw/caldav-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.caldav-mcp]
command = "npx"
args = ["-y", "@lukegskw/caldav-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "caldav-mcp": {
      "args": [
        "-y",
        "@lukegskw/caldav-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "caldav-mcp": {
      "args": [
        "-y",
        "@lukegskw/caldav-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CALDAV_USERNAME (Your CalDAV username), CALDAV_PASSWORD (Your CalDAV password or app-specific password). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CalDAV MCP Server

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
MCP Ts Core
by cyanheads

Agent-native TypeScript framework for MCP servers.

16 590 installs/wk local only
SQL Server MCP (Windows)
by tharanabope

SQL Server MCP with RAG capabilities for Windows (native ODBC support)

35 installs/wk local only
icloud-mcp
by thomascrouzet

stdio MCP for iCloud Calendar (CalDAV), with optional Contacts and Mail.

local only
Icloud Calendar
by iceywu

Manage Apple iCloud Calendar through a reliable CalDAV MCP server.

130 installs/wk local only
Google Calendar
by pulsemcp

MCP server for Google Calendar integration with service account support and domain-wide delegation.

101 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
Aruba Email & Calendar
by jackfioru92

MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV

75 installs/wk local only

CalDAV MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for CalDAV MCP Server?
CalDAV MCP Server 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 @lukegskw/caldav-mcp was installed 295 times last week.
How do I connect CalDAV MCP Server?
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 @lukegskw/caldav-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CalDAV MCP Server?
The npm package @lukegskw/caldav-mcp was installed 295 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CalDAV MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.