Caldav MCP
๐๏ธ A CalDAV Model Context Protocol (MCP) server to expose calendar operations as tools for AI assistants. It runs locally over stdio via the published package.
People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-24 ยท โ 97 ยท #15 OF 139 MAINTAINED PRODUCTIVITY ยท VERIFIED 2026-08-25
MIT ยท TypeScript servers ยท how we verify โ /methodology
01 ยท Install Caldav MCP
before you install - you'll need
Set CALDAV_BASE_URL, CALDAV_USERNAME, CALDAV_PASSWORD before connecting.
Claude Code
claude mcp add dominik1001-caldav-mcp -- npx -y caldav-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"dominik1001-caldav-mcp": {
"command": "npx",
"args": [
"-y",
"caldav-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop ยท mcpServers
Cursor ยท mcpServers
VS Code ยท servers
Windsurf ยท mcpServers
Zed ยท context_servers
Cline ยท mcpServers
Roo Code ยท mcpServers
Continue ยท mcpServers
LibreChat ยท mcpServers
Gemini CLI ยท mcpServers
Codex CLI ยท mcp_servers
Full setup guides: every client.
02 ยท Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package caldav-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.dominik1001 is GitHub-verified and matches the repo owner
03 ยท What Caldav MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v0.10.0 ยท 2026-07-01
0.10.0 (2026-07-01) ยท delete-todo: report a missing task with the friendly not-found error ยท list-todos: bound limit/offset, reuse status enum, type statusOf ยท update-todo: keep COMPLETED status and timestamp in syncโฆ
v0.9.2 ยท 2026-05-27
0.9.2 (2026-05-27) ยท skip Claude Code Review on fork PRs
v0.9.1 ยท 2026-05-27
0.9.1 (2026-05-27) ยท grant pull-requests write permission to Claude Code Review ยท move MCP Registry publish to separate release-triggered workflow
04 ยท Who maintains Caldav MCP
caldav-mcp is maintained by dominik1001. It's the only MCP server we track from this author; the repo dates to May 2025.
05 ยท Facts
- repository
- github.com/dominik1001/caldav-mcp
- category
- productivity - ranked #15 of 139 actively-maintained productivity servers as of 2026-08-25.
- release cadence
- 4 releases in the last 90 days (latest 2026-07-01)
- registry
- io.github.dominik1001/caldav-mcp (active, first published 2026-05-27)
- packages
- npm:caldav-mcp
06 ยท Caldav MCP FAQ
What is Caldav MCP?
๐๏ธ A CalDAV Model Context Protocol (MCP) server to expose calendar operations as tools for AI assistants. It runs locally over stdio via the published package.
Is Caldav MCP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 4 releases in the last 90 days. We re-verify nightly.
How do I install Caldav MCP?
Run `npx -y caldav-mcp`. The README documents 3 environment variables (CALDAV_BASE_URL, CALDAV_USERNAME, CALDAV_PASSWORD) to set first. Set CALDAV_BASE_URL, CALDAV_USERNAME, CALDAV_PASSWORD before connecting. You can also paste the ready-made client config above.
Does Caldav MCP run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 ยท Alternatives to Caldav MCP
Alternatives to Caldav MCP
Maintained productivity servers if Caldav MCP isn't the fit.
- Reactive Resume Free open-source resume builder with remote MCP tools for resumes and job applications. โ 41,676 ยท 2026-08-24
- Praison AI AI Agents Framework with Self Reflection and MCP support โ 8,955 ยท 2026-08-24
- Kaneo Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients โ 8,508 ยท 2026-08-24
- Basic Memory Local-first knowledge management with bi-directional LLM sync via Markdown files. โ 3,749 ยท 2026-08-24
- Mindwtr Task and project automation for local Mindwtr data, with read-only self-hosted Cloud access. โ 1,742 ยท 2026-08-25
- Pm Claude Skills 1117 professional Agent Skills + workflow recipes - searchable & fetchable over MCP. โ 1,308 ยท 2026-08-24
Pairs well with
Servers that cover what Caldav MCP doesn't - only shown when the pairing reason fits the companion.
More productivity MCP servers ยท Google Tasks MCP Server ยท Paper Distill MCP ยท Self Inspect MCP ยท Kitty Claw
More TypeScript MCP servers ยท Dompruner MCP ยท Keymem ยท Domain Search MCP ยท Help Scout MCP Server ยท see all