Skip to content
Gemini CLI

Apple Messages for Gemini CLI

io.github.jonathanrreed/apple-messages-mcp

Read Messages history on macOS and send or reply through Messages.app.

client:Gemini CLI transport:stdio runtime:pypi

Install Apple Messages 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-messages-mcp": {
      "command": "uvx",
      "args": [
        "apple-messages-mcp"
      ],
      "env": {
        "APPLE_MESSAGES_MCP_SAFETY_MODE": "<APPLE_MESSAGES_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 Messages in other clients