Skip to content
Gemini CLI

pxtree for Gemini CLI

io.github.alabsi91/pxtree

Measures how a webpage actually renders and prints it as compact text for AI coding agents.

client:Gemini CLI transport:stdio runtime:npm

Install pxtree in Gemini CLI

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

{
  "mcpServers": {
    "pxtree": {
      "command": "npx",
      "args": [
        "-y",
        "pxtree"
      ]
    }
  }
}

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

pxtree in other clients