HomeBrowser Automation & Scraping › Snapshot Site

Snapshot Site

Capture screenshots, detect visual regressions between page versions, and analyze with AI.

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-07-30 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.snapshot-site.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http snapshot-site-mcp https://mcp.snapshot-site.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "snapshot-site-mcp": {
      "url": "https://mcp.snapshot-site.com/mcp"
    }
  }
}

Package (npm 0.1.5)

npx -y @snapshot-site/mcp@0.1.5

Or add to your MCP client config:

{
  "mcpServers": {
    "snapshot-site-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@snapshot-site/mcp@0.1.5"
      ],
      "env": {
        "SNAPSHOT_SITE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SNAPSHOT_SITE_API_KEY required secret — Snapshot Site API key

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry