Skip to content
Windsurf

Page Scanner for Windsurf

io.github.sbd530/page-scanner

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

client:Windsurf transport:stdio runtime:npm

Install Page Scanner in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Page Scanner in other clients