caldav-mcp
Rank #3,485io.github.dominik1001/caldav-mcp
CalDAV calendar operations (list, create, update, delete events) as MCP tools.
caldav-mcp is a Model Context Protocol (MCP) server published by dominik1001. It ranks #3,485 of 115,591 servers tracked on MCP Toplist, and its repository has 98 GitHub stars. caldav-mcp is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on May 19, 2025 and most recently updated on May 27, 2026.
Ranks ahead of 112,106 of 115,591 servers on MCP Toplist.
Use caldav-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add caldav-mcp -e "CALDAV_BASE_URL=<your CALDAV_BASE_URL>" -e "CALDAV_USERNAME=<your CALDAV_USERNAME>" -e "CALDAV_PASSWORD=<your CALDAV_PASSWORD>" -- npx -y caldav-mcpReplace each placeholder with your own value before saving.
[mcp_servers.caldav-mcp]
command = "npx"
args = ["-y", "caldav-mcp"]
[mcp_servers.caldav-mcp.env]
CALDAV_BASE_URL = "<your CALDAV_BASE_URL>"
CALDAV_USERNAME = "<your CALDAV_USERNAME>"
CALDAV_PASSWORD = "<your CALDAV_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"caldav-mcp": {
"command": "npx",
"args": [
"-y",
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<your CALDAV_BASE_URL>",
"CALDAV_USERNAME": "<your CALDAV_USERNAME>",
"CALDAV_PASSWORD": "<your CALDAV_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"caldav-mcp": {
"command": "npx",
"args": [
"-y",
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<your CALDAV_BASE_URL>",
"CALDAV_USERNAME": "<your CALDAV_USERNAME>",
"CALDAV_PASSWORD": "<your CALDAV_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"caldav-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<your CALDAV_BASE_URL>",
"CALDAV_USERNAME": "<your CALDAV_USERNAME>",
"CALDAV_PASSWORD": "<your CALDAV_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"caldav-mcp": {
"command": "npx",
"args": [
"-y",
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<your CALDAV_BASE_URL>",
"CALDAV_USERNAME": "<your CALDAV_USERNAME>",
"CALDAV_PASSWORD": "<your CALDAV_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"caldav-mcp": {
"command": "npx",
"args": [
"-y",
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<your CALDAV_BASE_URL>",
"CALDAV_USERNAME": "<your CALDAV_USERNAME>",
"CALDAV_PASSWORD": "<your CALDAV_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dominik1001%2Fcaldav-mcp)<a href="https://mcptoplist.com/server/io.github.dominik1001%2Fcaldav-mcp"><img src="https://mcptoplist.com/badge/io.github.dominik1001%2Fcaldav-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
dominik1001
Other servers by dominik1001
View all dominik1001 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.9.0 | May 27, 2026 |
Frequently asked questions
- Who maintains caldav-mcp?
- caldav-mcp is maintained by dominik1001, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is caldav-mcp listed on the Official MCP Registry?
- Yes — caldav-mcp is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does caldav-mcp have?
- MCP Toplist tracks 1 version of caldav-mcp, most recently published on May 27, 2026.
- Where can I find the source code for caldav-mcp?
- The source code for caldav-mcp is hosted at github.com/dominik1001/caldav-mcp.