Capture screenshots, detect visual regressions between page versions, and analyze with AI.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Official MCP server for the Snapshot Site API
screenshotanalyzecompareThese tools are annotated for MCP clients as:
They also include richer titles, category metadata, and example intents to improve tool selection in Claude Desktop and Cursor.
Hosted, with OAuth β point your client at https://mcp.snapshot-site.com/mcp
and sign in. There is no local process to run and no API key in your client
config; the server resolves your account from the OAuth session.
Local, with an API key β run the package yourself over stdio and provide
SNAPSHOT_SITE_API_KEY. The server calls the Snapshot Site API directly.
Either way, calls count against the same plan quota as direct API calls. Nothing is metered differently because it came through MCP.
The hosted server needs no credential β you sign in through OAuth and the server resolves your account from the session. Skip this section unless you run the server yourself over stdio.
For local stdio mode you need a Snapshot Site API key.
Sign up for a Snapshot Site Console account.
Create an API key on the API Keys page.

Pass the key to the server as the SNAPSHOT_SITE_API_KEY environment variable.
Leave SNAPSHOT_SITE_BASE_URL at its default (https://api.prod.ss.snapshot-site.com)
unless you're pointed at a self-hosted or staging instance.
Requires Node.js 20.9 or later. Built against @modelcontextprotocol/sdk v1.28
and tested with Claude Desktop and Cursor over stdio, and with any client that
speaks the streamable HTTP transport against the hosted endpoint.
Not sure which options to use? Preview a capture and its parameters in the Screenshot console playground before wiring them into a tool call.

What a client does when connecting to the hosted server:
The server then validates the token against the issuer and resolves the account it belongs to before running the tool.
client_id is only needed for the authorization step.client_id beforehand, enter it manually in the connector UI.preferred_client_id in /.well-known/oauth-protected-resource.client_id.This package also supports a hosted MCP endpoint for clients using mcp-remote.
Start the HTTP server:
or:
Environment variables:
Remote client configuration with direct API key header:
The hosted server is stateless. Each request authenticates with x-snapshotsiteapi-key, which makes the service safe to run on multiple replicas without session affinity.
The remote HTTP server also supports OAuth bearer tokens validated against an OIDC issuer such as Zitadel.
Environment variables:
In bearer-token mode, the MCP server validates the incoming access token against the issuer JWKS and then uses the server-side Snapshot Site API key to call the backend API.
It also exposes and proxies:
so MCP clients can discover the authorization server metadata automatically.
When OIDC_DISCOVERY_CLIENT_ID is set, the protected resource metadata also includes:
This is an experimental compatibility hint for clients that can infer the OAuth public client automatically. Manual client_id entry remains the reliable fallback.
The MCP server also exposes a lightweight registration_endpoint compatibility shim at:
This shim currently returns the preconfigured public PKCE client instead of provisioning a brand-new Zitadel client per installation. It validates and reflects the redirect_uris requested by the client, as long as they are valid HTTPS URLs. It is meant to improve compatibility with clients that expect DCR-style discovery, while keeping the existing manual flow as fallback.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/snapshot-site)<a href="https://allmcps.com/mcp/snapshot-site"><img src="https://allmcps.com/api/badge/snapshot-site?style=directory" alt="Snapshot Site on AllMCPs" /></a>