pxtree for Cursor
io.github.alabsi91/pxtree
Measures how a webpage actually renders and prints it as compact text for AI coding agents.
client:Cursor
transport:stdio
runtime:npm
Install pxtree in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pxtree": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pxtree"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs