Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. CalDAV calendars
C
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

CalDAV calendars

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "caldav-calendars": {
      "command": "npx",
      "args": [
        "-y",
        "caldav-calendars"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

caldav-mcp

CI OpenSSF Scorecard Socket supply-chain report Glama score
npm version container image HTTP via mcp-hub
docs sponsor

A Model Context Protocol (MCP) server for CalDAV, the open calendar standard behind Nextcloud, Radicale, Baikal, SOGo, Fastmail, mailbox.org and iCloud.

Lets MCP clients like Claude Code, Claude Desktop or Codex work with your calendar: see what is on, find a free slot, create and change events, keep tasks and dated notes, and answer an invitation β€” against your own server, with no vendor API in between.

Twenty-two tools is the ceiling, not the floor: CALDAV_ALLOW_TOOLS=essential registers a curated seven instead, and a model picks the right tool far more reliably from seven than from twenty-two β€” see choosing which tools load.

An MCP client speaks stdio to caldav-mcp, which speaks WebDAV over HTTPS to a CalDAV server. Answers come back marked as untrusted calendar content.

Two tool calls against a local Radicale: listing the calendars this server may use, and expanding a weekly meeting into its occurrences.

What makes it different

Recurring entries are expanded here, not asked of the server. A weekly meeting is stored as one rule plus a handful of exceptions; this server turns that into individual occurrences, each with an id of its own, so one of them can be moved without touching the rest. RFC 4791 does offer server-side expansion β€” but support for it is uneven and its absence is silent: a server that ignores the request answers with the master component, so the result looks thin rather than wrong. Doing it here behaves the same everywhere, and it means a 09:00 meeting stays at 09:00 across a daylight-saving change.

Times carry their zone, not just an offset. Every timestamp comes back three ways at once: the instant with an explicit offset, the IANA zone the entry was written in, and a flag for whole-day entries. Only the zone survives a daylight-saving change β€” an event pinned to +02:00 moves an hour every winter β€” and a whole-day entry reported as midnight is how a public holiday shows up as a one-minute appointment.

Writing reads first, and never rebuilds. A CalDAV PUT replaces the entire resource, so every change here is applied to the entry as stored. The properties this server does not model β€” attendees, attachments, reminders it cannot write, whatever a vendor added β€” survive because they are never touched, not because anything preserves them. Every write carries the entry's ETag, so a change somebody made in the meantime is reported instead of overwritten, and an entry too large to read in full is refused rather than written from a truncated read.

Calendar content is treated as somebody else's writing. On a server with scheduling enabled, anyone who knows your address can put an entry in your calendar without you accepting it. Summaries, descriptions, locations and organiser names are therefore marked as untrusted data, stripped of the characters a reader cannot see, and β€” for a single entry β€” fenced inside a delimiter the entry itself cannot forge.

Requirements

  • Node.js 22 or newer, or Docker
  • A CalDAV server and an account on it

Most hosted services want an app-specific password rather than the account password: Nextcloud, Fastmail and iCloud all issue one per application. Google Calendar is not supported β€” it requires OAuth and has deprecated password authentication for CalDAV.

Tested against Radicale and Baikal (sabre/dav) in CI on every pull request.

Configuration

VariableRequiredDescription
CALDAV_URLyesRoot of the CalDAV server, e.g. https://dav.example.net. A calendar collection URL works too and limits the server to that one calendar.
CALDAV_USERNAMEyesΒΉAccount name.
CALDAV_PASSWORDyesΒΉPassword or app-specific password. Deleted from the environment once read.
CALDAV_TOKENyesΒΉBearer token instead of username and password. Not both.
CALDAV_CALENDARSnoComma-separated calendars this server may touch, by path or final path segment. Default: every calendar the account can see.
CALDAV_TIMEZONEnoIANA zone for timestamps that carry no offset, e.g. Europe/Berlin. Default UTC.
CALDAV_USER_EMAILnoThe address you are invited as, so respond_to_event can find your own attendee line.
CALDAV_MAX_EVENTSnoEntries a listing returns by default, 1–500. Default 100.
CALDAV_READ_ONLYnotrue registers only the read tools. Default false.
CALDAV_INSECURE_TLSnotrue accepts a self-signed certificate on the configured host only. Default false.
CALDAV_ALLOW_PLAINTEXTnotrue allows a plain http:// URL to a host that is not loopback, which sends the credentials unencrypted on every request. Otherwise such a URL refuses to start. Default false.
CALDAV_ALLOW_TOOLSnoTool names, a prefix with one trailing *, or essential.
CALDAV_DENY_TOOLSnoSubtracted from whatever the allow list left.
ELICITATIONnoNot prefixed β€” one export reaches every MCP server in the environment. false makes guarded tools use the two-call token instead of a dialog. Default true.

ΒΉ Either CALDAV_USERNAME + CALDAV_PASSWORD, or CALDAV_TOKEN.

Booleans are compared against the literal string true where the switch lifts a protection (CALDAV_INSECURE_TLS, CALDAV_ALLOW_PLAINTEXT), and read tolerantly β€” 1, yes, TRUE β€” where it turns one on (CALDAV_READ_ONLY). A typo should never quietly remove a guard.

The server starts without credentials on purpose, so a registry or a sandbox inspector can list its tools; every call then fails with setup instructions.

Choosing which tools load

Twenty-two tools is a lot of context on every request, and a model picks worse from a long list than from a short one.

sh
CALDAV_ALLOW_TOOLS=essential                       # a curated seven
CALDAV_ALLOW_TOOLS=list_events,get_event,create_event
CALDAV_ALLOW_TOOLS=list_*                          # one trailing * only
CALDAV_DENY_TOOLS=delete_event                     # subtracted from the above

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Legalize logoLegalize

    Official MCP connector for Legalize: read and search its whole open corpus, at any point in time.

    πŸ’» Developer Tools1 views
    Compare vs Legalize β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Flashcards Open Source App logoFlashcards Open Source App

    Read and write open-source flashcards and decks through split read/write MCP tools.

    πŸ’» Developer Tools1 views
    Compare vs Flashcards Open Source App β†’
  • Open Notebook logoOpen Notebook

    MCP server that wraps the Open Notebook API

    πŸ’» Developer Tools0 views
    Compare vs Open Notebook β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about CalDAV calendars

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "caldav-calendars": { "command": "npx", "args": ["-y", "CalDAV calendars"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCalDAV calendars AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/caldav-calendars?style=directory)](https://allmcps.com/mcp/caldav-calendars)
HTML Embed
<a href="https://allmcps.com/mcp/caldav-calendars"><img src="https://allmcps.com/api/badge/caldav-calendars?style=directory" alt="CalDAV calendars on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to CalDAV calendars β†’Install in Claude DesktopInstall in CursorInstall in VS Code