Apple Contacts for Zed
io.github.mgcrea/mcp-apple-contacts
Search and read Apple Contacts — resolves numbers and emails to names, writes off by default
client:Zed
transport:stdio
runtime:npm
Install Apple Contacts in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-apple-contacts": {
"command": "npx",
"args": [
"-y",
"@mgcrea/mcp-apple-contacts"
],
"env": {
"APPLE_CONTACTS_ALLOW_WRITES": "<APPLE_CONTACTS_ALLOW_WRITES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs