mcpbeat Sign in

CalDAV calendars MCP Server

local only

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

Read and write CalDAV calendars: events, tasks and journal entries over the open standard

Installs per day peak 285 · avg 15
a month agotoday
454
Installs / week
npm · @ni-c/caldav-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to CalDAV calendars

same job, measured the same way
CardDAV address books
by ni-c

Read and write CardDAV address books: contacts, groups and photos over the open standard

446 installs/wk local only
Penlog
by penlog

Handwritten iPad journal your AI can read and write tasks back to, over MCP.

answering
OnlyWorlds
by onlyworlds

Read and write typed fictional worlds (22 linked element types) via the OnlyWorlds open standard.

11 tools answering
Nylas
by usefulapi

MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.

15 tools answering
Cronofy
by usefulapi

MCP server for Cronofy — read calendars, events and free/busy, and create, update or delete events.

8 tools answering
Apple Calendar
by redpop

Read and create Apple Calendar events on macOS, and find free time across calendars.

42 installs/wk local only
Tasklix
by tasklix

The shared task board your autonomous agent fleet can read and write.

answering
NoteMCP
by notemcp

Save notes in seconds. Your AI can then search, read, write and tag them over MCP.

answering

CalDAV calendars — questions

Answers built from our own checks of this server.

Why is there no uptime for CalDAV calendars?
CalDAV calendars 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 @ni-c/caldav-mcp was installed 454 times last week.
How do I connect CalDAV calendars?
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 @ni-c/caldav-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CalDAV calendars?
The npm package @ni-c/caldav-mcp was installed 454 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 CalDAV calendars 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.