mcpbeat Sign in

Dav MCP Server

by philflowio Your server? Claim it
local only

Dav MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 106 installs a week from npm. Last commit 10 Sep 2026.

AI-orchestrated calendars, contacts & tasks across any DAV platform. 27 tools, field-agnostic.

Installs per day peak 31 · avg 13 · -3% w/w
a month agotoday
106
Installs / week
npm · dav-mcp
35
Stars
4 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Dav MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add dav-mcp -- npx -y dav-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dav-mcp": {
      "args": [
        "-y",
        "dav-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dav-mcp]
command = "npx"
args = ["-y", "dav-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dav-mcp": {
      "args": [
        "-y",
        "dav-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dav-mcp": {
      "args": [
        "-y",
        "dav-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CALDAV_SERVER_URL (Base URL of your CalDAV/CardDAV server (e.g. https://example.com/dav.php/)), CALDAV_USERNAME (Username for DAV server authentication), CALDAV_PASSWORD (Password or app-specific password for DAV server authentication), AUTH_METHOD (Authentication method: 'basic' (default) or 'oauth2' for Google), GOOGLE_SERVER_URL (Google CalDAV endpoint; required when AUTH_METHOD=oauth2), GOOGLE_USER (Google account email; required when AUTH_METHOD=oauth2), GOOGLE_CLIENT_ID (OAuth2 client ID; required when AUTH_METHOD=oauth2), GOOGLE_CLIENT_SECRET (OAuth2 client secret; required when AUTH_METHOD=oauth2), GOOGLE_REFRESH_TOKEN (OAuth2 refresh token; required when AUTH_METHOD=oauth2), GOOGLE_TOKEN_URL (OAuth2 token endpoint; required when AUTH_METHOD=oauth2). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dav MCP

same job, measured the same way
I
Orchestro
by khaoss85

Your AI Development Conductor - 60 MCP tools for intelligent task orchestration

53 installs/wk local only
Pixasso
by erebuzzz

End-to-end frontend engineering and design orchestrator across 16 foundational pillars.

local only
C
QualeQuest — AI Agent Governance Platform
by qualequest

Multi-agent governance: task orchestration, compliance, decision validation, and ML predictions.

answering
Agent Lsp
by blackwell-systems

Orchestrates language servers into 65 code-intelligence tools across 31 languages, token-optimized.

442 installs/wk local only
Misterdev
by dcondrey

Autonomous LLM build orchestrator that plans, edits, and verifies code across languages.

104 installs/wk local only
Proletariat CLI
by chrismcdermut

Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows

64 installs/wk local only
Agentpmt
by agentpmt

AI agent marketplace for automated employees, workflows, skills, and tool orchestration.

answering
Attio MCP Server
by kesslerio

AI-powered Attio CRM access. Manage contacts, companies, deals, tasks, notes and workflows.

568 installs/wk local only

Dav MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Dav MCP?
Dav MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package dav-mcp was installed 106 times last week.
How do I connect Dav MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dav-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dav MCP?
The npm package dav-mcp was installed 106 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dav MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 35 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.