mcpbeat Sign in

CardDAV address books MCP Server

local only

CardDAV address books runs on your own machine — the client starts it, so there is no endpoint to ping. 446 installs a week from npm. Last commit 9 Sep 2026.

Read and write CardDAV address books: contacts, groups and photos over the open standard

Installs per day peak 446 · avg 14
a month agotoday
446
Installs / week
npm · @ni-c/carddav-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check CardDAV address books 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 carddav-mcp -- npx -y @ni-c/carddav-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "carddav-mcp": {
      "args": [
        "-y",
        "@ni-c/carddav-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.carddav-mcp]
command = "npx"
args = ["-y", "@ni-c/carddav-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "carddav-mcp": {
      "args": [
        "-y",
        "@ni-c/carddav-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "carddav-mcp": {
      "args": [
        "-y",
        "@ni-c/carddav-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to CardDAV address books

same job, measured the same way
CalDAV calendars
by ni-c

Read and write CalDAV calendars: events, tasks and journal entries over the open standard

454 installs/wk local only
Ms Contacts MCP
by 0xka13b

Microsoft Contacts MCP server — read and manage your address book through Microsoft Graph.

40 installs/wk local only
Openai Ads MCP
by hypd-ai

Read-only MCP server for the OpenAI Ads API: campaigns, ad groups, ads, and insights.

63 installs/wk local only
Ictcrm MCP
by ictinnovations

Read CRM contact groups and manage contacts on ICTCRM (ICTContact backend).

31 installs/wk local only
Icloud MCP
by eodozzy

Read-only-by-default MCP server for iCloud mail, calendar, and contacts (IMAP/CalDAV/CardDAV).

70 installs/wk local only
OnlyWorlds
by onlyworlds

Read and write typed fictional worlds (22 linked element types) via the OnlyWorlds open standard.

11 tools answering
Rafe Blandford — career and writing
by rafeblandford

Rafe Blandford's published career, case studies and writing. Read-only; no route to contact him.

4 tools answering
Google Contacts MCP
by a1-x-tech

MCP server for the Google People API: search, create, update and delete contacts and groups.

60 installs/wk local only

CardDAV address books — questions

Answers built from our own checks of this server.

Why is there no uptime for CardDAV address books?
CardDAV address books 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 @ni-c/carddav-mcp was installed 446 times last week.
How do I connect CardDAV address books?
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 @ni-c/carddav-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CardDAV address books?
The npm package @ni-c/carddav-mcp was installed 446 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CardDAV address books open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.