Skip to content
Claude Desktop

pxtree for Claude Desktop

io.github.alabsi91/pxtree

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

client:Claude Desktop transport:stdio runtime:npm

Install pxtree in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

pxtree in other clients