Loading MCP server directory, please wait...
Search and read Apple Contacts — resolves numbers and emails to names, writes off by default
npx @getmcp/cli add io.github.mgcrea/mcp-apple-contactsRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mgcrea/mcp-apple-contacts": {
"command": "npx",
"args": [
"-y",
"@mgcrea/mcp-apple-contacts"
],
"env": {
"APPLE_CONTACTS_ALLOW_WRITES": ""
}
}
}
}