Skip to content
Gemini CLI

snaplab for Gemini CLI

dev.snaplab/snaplab

Screenshot, PDF and HTML-to-image rendering API so Claude and Cursor can see any web page.

client:Gemini CLI transport:streamable-http

Install snaplab in Gemini CLI

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

{
  "mcpServers": {
    "snaplab": {
      "httpUrl": "https://snaplab.dev/mcp"
    }
  }
}

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

snaplab in other clients