ChatGPT
Add Snapshot Site as a custom MCP connector and sign in when prompted. This is the easiest way to use hosted tools directly inside ChatGPT.
https://mcp.snapshot-site.com/mcp
Use Snapshot Site directly from Claude Code, Cursor, Codex, Kiro, ChatGPT, and compatible MCP clients to capture screenshots, compare pages, and analyze visual changes without building a custom integration.
https://mcp.snapshot-site.com/mcpcom.snapshot-site/screenshots
Snapshot Site MCP gives AI assistants a simple way to use Snapshot Site actions through a hosted connection. You sign in with your account, approve access, and your assistant can then use the available tools inside its normal workflow.
Connect once and use Snapshot Site inside supported assistants
Sign in with your existing Snapshot Site account
Keep screenshot, compare, and analysis workflows in one place
Use hosted access instead of managing a local wrapper
Stay aligned with your existing account permissions and usage
Use the hosted MCP URL in Claude Code, Cursor, Codex, Kiro, ChatGPT, or another compatible MCP client.
Authenticate with Snapshot Site when prompted so the assistant can act on your behalf.
Ask your assistant to capture screenshots, compare versions, or analyze visual output.
The assistant gets structured results it can use in follow-up tasks, summaries, and workflows.
Add Snapshot Site as a custom MCP connector and sign in when prompted. This is the easiest way to use hosted tools directly inside ChatGPT.
https://mcp.snapshot-site.com/mcp
Use the hosted MCP URL in Claude and complete the sign-in flow to connect your Snapshot Site account.
https://mcp.snapshot-site.com/mcp
Run the package locally if you prefer a developer-oriented setup with an API key and a local MCP process.
npx -y @snapshot-site/mcp
Use the hosted endpoint directly if your MCP client supports HTTP connections with custom headers.
{
"type": "http",
"url": "https://mcp.snapshot-site.com/mcp",
"headers": {
"x-snapshotsiteapi-key": "ss_live_xxx"
}
}Hosted MCP access is connected to the Snapshot Site account you use during sign-in.
Usage through MCP follows the same account access and quota rules as the rest of Snapshot Site.
Hosted MCP is ideal when you want assistants to call Snapshot Site directly without building a custom integration.
If you prefer direct programmatic control, you can still use the API, SDKs, or CLI alongside MCP.
It exposes Snapshot Site screenshot, rendered-page analysis, and visual comparison capabilities as tools that compatible MCP clients can discover and call.
Use the hosted OAuth endpoint when your client supports that flow. Use local stdio with an API key when you need a developer-controlled local process.
No. Tool use follows the access, quota, and product rules associated with the authenticated Snapshot Site account.
No. Configure credentials through the client connection or protected local environment. Do not paste secrets into conversation text, project instructions, or tool arguments.
The tools are output-oriented and do not provide an interactive persistent browser session. Use an authorized reachable preview or a browser automation workflow for multi-step login.
Give it an authorized target, the intended viewport and output, and enough readiness context to define the page state. Avoid unnecessary private data.
Treat screenshots and analysis as application data. Apply access, retention, and sharing controls that match the source content.
Use REST or an SDK for deterministic application code, queues, strong typing, and direct operational control. MCP is useful when an assistant is the workflow entry point.