Archive any URL to a shareable rrweb/pdf/png snapshot + agent-driven web QA (scan, run E2E flows).
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y siteglass-mcp
MCP client config
{
"mcpServers": {
"siteglass-mcp": {
"command": "npx",
"args": [
"-y",
"siteglass-mcp"
]
}
}
}