Skip to content
Gemini CLI

Apple Maps for Gemini CLI

io.github.mgcrea/mcp-apple-maps

Read and act on Apple Maps — favourites, Guides and recents, writes off by default

client:Gemini CLI transport:stdio runtime:npm

Install Apple Maps 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": {
    "mcp-apple-maps": {
      "command": "npx",
      "args": [
        "-y",
        "@mgcrea/mcp-apple-maps"
      ],
      "env": {
        "APPLE_MAPS_ALLOW_WRITES": "<APPLE_MAPS_ALLOW_WRITES>"
      }
    }
  }
}

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

Apple Maps in other clients