Skip to content
Gemini CLI

exiftool for Gemini CLI

io.github.joshmsimpson/exiftool

Read, write, and remove metadata from 150+ file formats using ExifTool

client:Gemini CLI transport:stdio runtime:pypi

Install exiftool in Gemini CLI

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

{
  "mcpServers": {
    "exiftool": {
      "command": "uvx",
      "args": [
        "exiftool-mcp"
      ]
    }
  }
}

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

exiftool in other clients