HomeBrowser Automation & Scraping › snapdiff-mcp

snapdiff-mcp

Visual-diff & change-detection tools that catch agentic UI drift for coding agents.

TypeScript CloudLocal
★ 5 stars Last pushed 2026-09-11 License: MIT

Topics: Browser Automation

Connect

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

Package (npm 0.5.0)

npx -y @corralimited/snapdiff-mcp@0.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "snapdiff-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@corralimited/snapdiff-mcp@0.5.0"
      ],
      "env": {
        "SNAPDIFF_API_KEY": "<YOUR_VALUE>",
        "SNAPDIFF_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • SNAPDIFF_API_KEY required secret — SnapDiff API key. Get one at https://snapdiff.ai/dashboard.
  • SNAPDIFF_API_URL — Override the API base URL. Defaults to https://api.snapdiff.ai/v1.

Related servers

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

Data from the Official MCP Registry