Skip to content
VS Code

pxtree for VS Code

io.github.alabsi91/pxtree

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

client:VS Code transport:stdio runtime:npm

Install pxtree in VS Code

.vscode/mcp.json

{
  "servers": {
    "pxtree": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pxtree"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pxtree in other clients