Mmcp.market

Caldav MCP server

by dominik1001·io.github.dominik1001/caldav-mcp·v0.9.0

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

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Established

102 stars448 downloads/wk

Reviews

Write one

Nobody has reviewed Caldav yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Caldav tools (5, 3 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • create-eventwrite action

    Creates an event in the calendar specified by its URL

  • delete-eventwrite action

    Deletes an event in the calendar specified by its URL

  • list-calendars

    List all calendars returning both name and URL

  • list-events

    List all events between start and end date in the calendar specified by its URL

  • update-eventwrite action

    Updates an existing event in the calendar specified by its URL. Only provided fields are changed.

Public scan report

scanner v0.1.9 · 2026-09-27 · same rubric, same numbers if you re-run it

no findings
  • Code scan7 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 7 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Caldav repository's README, as published. We do not edit it. Read it on GitHub

caldav-mcp

🗓️ A CalDAV Model Context Protocol (MCP) server to expose calendar operations as tools for AI assistants.

✨ Features

  • Connect to CalDAV servers
  • List calendars
  • List calendar events within a specific timeframe
  • Create calendar events
  • Update calendar events
  • Delete calendar events by UID

Setup

{
  "mcpServers": {
    ...,
    "calendar": {
      "command": "npx",
      "args": [
        "caldav-mcp"
      ],
      "env": {
        "CALDAV_BASE_URL": "<CalDAV server URL>",
        "CALDAV_USERNAME": "<CalDAV username>",
        "CALDAV_PASSWORD": "<CalDAV password>"
      }
    }
  }
}

Development

Quick Start

Run the MCP server in development mode with auto-reload:

npm run dev

This will run the TypeScript code directly with watch mode and automatically load environment variables from .env.

Manual Build

Alternatively, you can compile TypeScript to JavaScript and run it:

  1. Compile:
npx tsc
  1. Run:
node dist/index.js

Available Tools

<!-- TOOLS:START - generated by scripts/gen-tool-docs.ts -->

list-calendars

List all calendars returning both name and URL

Parameters: none

Returns:

  • List of all available calendars

list-events

List all events between start and end date in the calendar specified by its URL

Parameters:

  • start: string — Start date (ISO 8601)
  • end: string — End date (ISO 8601)
  • calendarUrl: string

Returns:

  • A list of events that fall within the given timeframe, each containing uid, summary, start, end, and optionally description and location

create-event

Creates an event in the calendar specified by its URL. For all-day events, set wholeDay to true. For a single-day all-day event, use start and end datetimes on the same calendar date; they do not need to be identical timestamps.

Parameters:

  • summary: string
  • start: string — Start datetime (ISO 8601)
  • end: string — End datetime (ISO 8601)
  • wholeDay: boolean (optional) — Create as a whole-day event
  • calendarUrl: string
  • description: string (optional)
  • location: string (optional)
  • recurrenceRule: object (optional)
  • freq: enum (DAILY | WEEKLY | MONTHLY | YEARLY) (optional)
  • interval: number (optional)
  • count: number (optional)
  • until: string (optional)

Returns:

  • The unique ID of the created event

update-event

Updates an existing event in the calendar specified by its URL. Only provided fields are changed. For a one-day full-day event, set wholeDay to true and set start and end to the same calendar day.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y caldav-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add caldav-mcp -- npx -y caldav-mcp
Add to Cursor

Caldav: common questions

Is Caldav MCP server safe?
Mostly: it is graded B (83/100). Read the Caldav safety report
How do I install Caldav?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Caldav need an API key?
Yes. The registry entry asks for CALDAV_PASSWORD.
Is Caldav maintained?
The last commit was 7 days ago (2026-09-21). The latest release is v0.9.0.
What can I use instead of Caldav?
Servers from other publishers that do the same job: Agent-Native Calendar MCP server, Icloud Calendar MCP server and Skylight MCP server. Compare all Caldav alternatives.

Alternatives to Caldav

Same job from other publishers: the closest match first, then the best rated.

All Caldav alternatives →
  • Agent-Native Calendar
    Agent-Native Google Calendar - manage events, sync, and public booking
    A
  • Icloud Calendar
    MCP server for iCloud (Apple) Calendar access via CalDAV
    C
  • Skylight
    Skylight Calendar for Claude — family events, chores, and rewards.
    B
  • CalDAV MCP Server
    A TypeScript MCP server for iCloud Calendar with native multi-VALARM support.
    B
  • AIquila — Nextcloud MCP Server
    Nextcloud MCP server — files, calendar, contacts, mail, maps, notes, tasks & 120+ more tools
    C

More from dominik1001 →