Page Scanner for Cline
io.github.sbd530/page-scanner
Capture a web page from your own Chrome as a PDF whose text is still text.
client:Cline
transport:stdio
runtime:npm
Install Page Scanner in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"page-scanner": {
"command": "npx",
"args": [
"-y",
"@page-scanner/mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs