Loading MCP server directory, please wait...
Read and write CardDAV address books: contacts, groups and photos over the open standard
npx @getmcp/cli add io.github.ni-c/carddav-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CARDDAV_URLRoot of the CardDAV server, e.g. https://dav.example.net. An address book collection URL also works.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ni-c/carddav-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/carddav-mcp"
],
"env": {
"CARDDAV_URL": "",
"CARDDAV_USERNAME": "",
"CARDDAV_PASSWORD": "",
"CARDDAV_TOKEN": "",
"CARDDAV_ADDRESSBOOKS": "",
"CARDDAV_MAX_CONTACTS": "",
"CARDDAV_READ_ONLY": "",
"CARDDAV_INSECURE_TLS": "",
"CARDDAV_ALLOW_PLAINTEXT": "",
"CARDDAV_ALLOW_TOOLS": "",
"CARDDAV_DENY_TOOLS": "",
"ELICITATION": ""
}
}
}
}