Apple Contacts for Cursor
io.github.mgcrea/mcp-apple-contacts
Search and read Apple Contacts — resolves numbers and emails to names, writes off by default
client:Cursor
transport:stdio
runtime:npm
Install Apple Contacts in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-apple-contacts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mgcrea/mcp-apple-contacts"
],
"env": {
"APPLE_CONTACTS_ALLOW_WRITES": "<APPLE_CONTACTS_ALLOW_WRITES>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs