Page Scanner for Zed
io.github.sbd530/page-scanner
Capture a web page from your own Chrome as a PDF whose text is still text.
client:Zed
transport:stdio
runtime:npm
Install Page Scanner in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"page-scanner": {
"command": "npx",
"args": [
"-y",
"@page-scanner/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs