Skip to content
Gemini CLI

Apple System for Gemini CLI

io.github.jonathanrreed/apple-system-mcp

Read and manage macOS system settings and perform scoped desktop actions.

client:Gemini CLI transport:stdio runtime:pypi

Install Apple System 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-system-mcp": {
      "command": "uvx",
      "args": [
        "apple-system-mcp"
      ],
      "env": {
        "APPLE_SYSTEM_MCP_SAFETY_MODE": "<APPLE_SYSTEM_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 System in other clients