Skip to content
VS Code

Page Scanner for VS Code

io.github.sbd530/page-scanner

Capture a web page from your own Chrome as a PDF whose text is still text.

client:VS Code transport:stdio runtime:npm

Install Page Scanner in VS Code

.vscode/mcp.json

{
  "servers": {
    "page-scanner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@page-scanner/mcp"
      ]
    }
  }
}

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

Page Scanner in other clients