> An MCP server (and Node library) that fetches **JS-rendered web pages** with Playwright. Designed to be used from Claude Code or any MCP-aware client when a plain HTTP fetch returns an empty SPA shell. --- The web has moved to client-rendered apps. `curl https://...` against a React, Vue, or Salesforce community page often returns an HTML shell with `<div id="root"></div>` and no actual content. You need a real browser to see what humans see.