mcpbeat Sign in

Caldav MCP Server

by dominik1001 Your server? Claim it
local only

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

CalDAV calendar operations (list, create, update, delete events) as MCP tools.

Installs per day peak 81 · avg 51 · +23% w/w
a month agotoday
224
Installs / week
npm · caldav-mcp
100
Stars
5 open issues
15 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 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 caldav-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "caldav-mcp": {
      "args": [
        "-y",
        "caldav-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.caldav-mcp]
command = "npx"
args = ["-y", "caldav-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "caldav-mcp": {
      "args": [
        "-y",
        "caldav-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "caldav-mcp": {
      "args": [
        "-y",
        "caldav-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CALDAV_BASE_URL (Base URL of the CalDAV server (e.g. https://caldav.example.com)), CALDAV_USERNAME (Username for CalDAV authentication), CALDAV_PASSWORD (Password for CalDAV authentication). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Caldav MCP

same job, measured the same way
Apple Calendar
by jonathanrreed

List, create, update, and delete events in Apple Calendar on macOS.

1 043 installs/wk local only
Cronofy
by usefulapi

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

8 tools answering
Google Calendar
by domdomegg

Allow AI systems to list, create, update, and manage Google Calendar events.

28 installs/wk local only
MCP Calendar
by infoinlet-marketplace

Google Calendar for AI agents — list/create/delete events and free-busy via OAuth token.

23 installs/wk local only
Calendar MCP
by deciduus

Google Calendar for LLM agents: find, create, update, move, delete events; free/busy; scheduling.

1 045 installs/wk local only
Outlook Calendar
by mintmcp

A MCP server that works with Outlook Calendar to manage event listing, reading, and updates.

answering
Gcal
by mintmcp

A MCP server that works with Google Calendar to manage event listing, reading, and updates.

answering
Yourimageshare
by mediashareorg

MCP server exposing the YourImageShare upload API (upload/list/delete) as tools for AI agents.

22 installs/wk local only

Caldav MCP — questions

Answers built from our own checks of this server.

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