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/mcp
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.