Skip to content
Gemini CLI

Apple Contacts for Gemini CLI

io.github.jonathanrreed/apple-contacts-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install Apple Contacts in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Apple Contacts in other clients