dav-mcp
Rank #2,678io.github.PhilflowIO/dav-mcp
AI-orchestrated calendars, contacts & tasks across any DAV platform. 27 tools, field-agnostic.
dav-mcp is a Model Context Protocol (MCP) server published by philflowio. It ranks #2,678 of 115,460 servers tracked on MCP Toplist, and its repository has 31 GitHub stars. dav-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Apr 3, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 112,782 of 115,460 servers on MCP Toplist.
Use dav-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dav-mcp -e "DAV_BASE_URL=<your DAV_BASE_URL>" -e "DAV_USERNAME=<your DAV_USERNAME>" -e "DAV_PASSWORD=<your DAV_PASSWORD>" -- npx -y dav-mcpReplace each placeholder with your own value before saving.
[mcp_servers.dav-mcp]
command = "npx"
args = ["-y", "dav-mcp"]
[mcp_servers.dav-mcp.env]
DAV_BASE_URL = "<your DAV_BASE_URL>"
DAV_USERNAME = "<your DAV_USERNAME>"
DAV_PASSWORD = "<your DAV_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dav-mcp": {
"command": "npx",
"args": [
"-y",
"dav-mcp"
],
"env": {
"DAV_BASE_URL": "<your DAV_BASE_URL>",
"DAV_USERNAME": "<your DAV_USERNAME>",
"DAV_PASSWORD": "<your DAV_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dav-mcp": {
"command": "npx",
"args": [
"-y",
"dav-mcp"
],
"env": {
"DAV_BASE_URL": "<your DAV_BASE_URL>",
"DAV_USERNAME": "<your DAV_USERNAME>",
"DAV_PASSWORD": "<your DAV_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dav-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dav-mcp"
],
"env": {
"DAV_BASE_URL": "<your DAV_BASE_URL>",
"DAV_USERNAME": "<your DAV_USERNAME>",
"DAV_PASSWORD": "<your DAV_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dav-mcp": {
"command": "npx",
"args": [
"-y",
"dav-mcp"
],
"env": {
"DAV_BASE_URL": "<your DAV_BASE_URL>",
"DAV_USERNAME": "<your DAV_USERNAME>",
"DAV_PASSWORD": "<your DAV_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dav-mcp": {
"command": "npx",
"args": [
"-y",
"dav-mcp"
],
"env": {
"DAV_BASE_URL": "<your DAV_BASE_URL>",
"DAV_USERNAME": "<your DAV_USERNAME>",
"DAV_PASSWORD": "<your DAV_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.PhilflowIO%2Fdav-mcp)<a href="https://mcptoplist.com/server/io.github.PhilflowIO%2Fdav-mcp"><img src="https://mcptoplist.com/badge/io.github.PhilflowIO%2Fdav-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
philflowio
Available versions (3)
| Version | Published |
|---|---|
| 4.0.0 | Aug 15, 2026 |
| 3.0.6 | Apr 4, 2026 |
| 3.0.5 | Apr 3, 2026 |
Frequently asked questions
- Who maintains dav-mcp?
- dav-mcp is maintained by philflowio, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is dav-mcp listed on the Official MCP Registry?
- Yes — dav-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does dav-mcp have?
- MCP Toplist tracks 3 versions of dav-mcp, most recently published on Aug 15, 2026.
- Where can I find the source code for dav-mcp?
- The source code for dav-mcp is hosted at github.com/philflowio/dav-mcp.