Skip to content
Gemini CLI

image viewer for Gemini CLI

io.github.oguntolaibrahim/image-viewer

InChat Image Viewer MCP - View images inline in AI chat by just providing the file path

client:Gemini CLI transport:stdio runtime:npm

Install image viewer in Gemini CLI

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

{
  "mcpServers": {
    "image-viewer": {
      "command": "npx",
      "args": [
        "-y",
        "inchat-image-viewer-mcp"
      ]
    }
  }
}

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

image viewer in other clients