Read and write CalDAV calendars: events, tasks and journal entries over the open standard
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @ni-c/caldav-mcp
MCP client config
{
"mcpServers": {
"caldav-calendars": {
"command": "npx",
"args": [
"-y",
"@ni-c/caldav-mcp"
]
}
}
}Run
docker run -i --rm ghcr.io/ni-c/caldav-mcp:0.1.2
MCP client config
{
"mcpServers": {
"caldav-calendars": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/caldav-mcp:0.1.2"
]
}
}
}