Skip to content
Gemini CLI

Immich Photo Manager for Gemini CLI

io.github.drolosoft/immich-photo-manager

Photo management for self-hosted Immich: search, albums, duplicates, faces, PDF reports. 94 tools.

client:Gemini CLI transport:stdio runtime:pypi

Install Immich Photo Manager 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": {
    "immich-photo-manager": {
      "command": "uvx",
      "args": [
        "immich-photo-manager"
      ],
      "env": {
        "IMMICH_BASE_URL": "<IMMICH_BASE_URL>",
        "IMMICH_API_KEY": "<IMMICH_API_KEY>"
      }
    }
  }
}

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

Immich Photo Manager in other clients