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.
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.
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.
claude mcp add caldav-mcp -- npx -y caldav-mcp
{
"mcpServers": {
"caldav-mcp": {
"args": [
"-y",
"caldav-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.caldav-mcp]
command = "npx"
args = ["-y", "caldav-mcp"]
{
"mcpServers": {
"caldav-mcp": {
"args": [
"-y",
"caldav-mcp"
],
"command": "npx"
}
}
}
{
"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.
List, create, update, and delete events in Apple Calendar on macOS.
MCP server for Cronofy — read calendars, events and free/busy, and create, update or delete events.
Allow AI systems to list, create, update, and manage Google Calendar events.
Google Calendar for AI agents — list/create/delete events and free-busy via OAuth token.
Google Calendar for LLM agents: find, create, update, move, delete events; free/busy; scheduling.
A MCP server that works with Outlook Calendar to manage event listing, reading, and updates.
A MCP server that works with Google Calendar to manage event listing, reading, and updates.
MCP server exposing the YourImageShare upload API (upload/list/delete) as tools for AI agents.
Answers built from our own checks of this server.