Apple Contacts for Grok
io.github.mgcrea/mcp-apple-contacts
Search and read Apple Contacts — resolves numbers and emails to names, writes off by default
client:Grok
transport:stdio
runtime:npm
Install Apple Contacts in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-apple-contacts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mgcrea/mcp-apple-contacts"
],
"env": {
"APPLE_CONTACTS_ALLOW_WRITES": "<APPLE_CONTACTS_ALLOW_WRITES>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs