Skip to content
Cursor

Apple Contacts for Cursor

io.github.jonathanrreed/apple-contacts-mcp

Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.

client:Cursor transport:stdio runtime:pypi

Install Apple Contacts in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apple-contacts-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-contacts-mcp"
      ],
      "env": {
        "APPLE_CONTACTS_MCP_SAFETY_MODE": "<APPLE_CONTACTS_MCP_SAFETY_MODE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Apple Contacts in other clients