Screenshot Scout
About
Capture screenshots of webpages as images or PDFs with Screenshot Scout.
Details
- Author
- screenshotscout
- Downloads
- 1,118
- Categories
- Web Scraping, Automation, Developer Tools
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Screenshot ScoutCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"screenshotscout": {
"command": "npx",
"args": [
"-y",
"@screenshotscout/mcp"
],
"env": {
"SCREENSHOTSCOUT_ACCESS_KEY": "YOUR_ACCESS_KEY"
}
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"screenshot scout": {
"screenshotscout": {
"command": "npx",
"args": [
"-y",
"@screenshotscout/mcp"
],
"env": {
"SCREENSHOTSCOUT_ACCESS_KEY": "YOUR_ACCESS_KEY"
}
}
}
}
}
McpServers
{
"screenshotscout": {
"command": "npx",
"args": [
"-y",
"@screenshotscout/mcp"
],
"env": {
"SCREENSHOTSCOUT_ACCESS_KEY": "YOUR_ACCESS_KEY"
}
}
}
What can you do with Screenshot Scout MCP?
UseScreenshot Scoutfrom an MCP client to capture HTTP or HTTPS webpages as images or PDFs.
This server exposes one tool,capture_screenshot. It supports full-page and element captures, device and viewport controls, location selection, page interaction and blocking options, image sizing and quality, PDF layout, caching, temporary result URLs and eligible MCP image content.
- AScreenshot Scout accountand an access key from theAPI keys page.
- Node.js 22 or newer for npm/stdio installation. Claude Desktop's MCPB runtime is bundled by Claude.
- The optional secret key only when your selected API key requires signed Screenshot Scout requests.
Every capture uses your Screenshot Scout account and is subject to its plan, quota, and rate limits.
Start with this local stdio configuration:
{ "mcpServers": { "screenshotscout": { "command": "npx", "args": ["-y", "@screenshotscout/mcp"], "env": { "SCREENSHOTSCOUT_ACCESS_KEY": "YOUR_ACCESS_KEY" } } } }
If the access key requires request signing, add the secret locally:
"SCREENSHOTSCOUT_SECRET_KEY": "YOUR_SECRET_KEY"
Keep personal configuration files out of source control. Credentials are process environment values, not tool arguments. Seeclient-specific copy-paste configurationsfor Claude Desktop, Claude Code, Cursor, VS Code/GitHub Copilot, Devin, and Cline.
Point the client at the absolute path todist/stdio.jswithnode, and provide the same environment variables shown above.
To install the Claude Desktop extension:
- Downloadscreenshotscout-mcp-<version>.mcpbfrom that version's GitHub release.
- In Claude Desktop, openSettings → Extensions → Advanced settingsand chooseInstall Extension….
- Select the downloaded file.
- Enter the required access key. Enter the secret key only for an API key that requires signed requests.
Claude Desktop treats both fields as sensitive settings. Thev0.1.0MCPB supports Windows.
https://mcp.screenshotscout.com/mcp/api-key
It is intended only for clients that can attach a static HTTP header:
The endpoint accepts an access key only. Never send a Screenshot Scout secret key to it, and never put either key in the URL or a tool argument. Clients that cannot attach a static Bearer header cannot use this endpoint.
API keys that require request signatures must instead use local stdio or MCPB, or use a dedicated unsigned access key for the hosted endpoint.
Build the production image from a source checkout:
docker build --tag screenshotscout-mcp:local .
Pass credentials from the local environment and keep stdin attached for MCP stdio traffic:
docker run --rm -i --init --cap-drop=ALL --security-opt=no-new-privileges --read-only \ -e SCREENSHOTSCOUT_ACCESS_KEY \ -e SCREENSHOTSCOUT_SECRET_KEY \ screenshotscout-mcp:local
SCREENSHOTSCOUT_SECRET_KEYremains optional. The image runs as an unprivileged user and contains only the compiled stdio server and its production dependencies. It declares no port or container health check: an MCP client owns the stdio process and verifies readiness by completing MCP initialization. The image and its Docker MCP Catalog metadata indocker-mcp-catalog.yamlare local preparation; no public image is implied by these commands.
capture_screenshotsends one capture request for the supplied URL and options. The target webpage is external, and its returned content must be treated as untrusted.
Onlyurlis required. Captures use a 1280×720 viewport by default. When no format is specified, the tool returns JPEG at quality 60.resultModedefaults to"auto".
When both output dimensions are provided, their product cannot exceed 64,000,000 pixels. PDF margins accept non-negative values inpx,in,mm, orcm.imageQualityrequires JPEG or WebP output, and PDF-only options requireformat: "pdf".
- PNG, JPEG, WebP, and GIF may be included as MCP image content whenresultModeisauto, the MIME type is eligible, dimensions are known and at most 8,000 pixels per side, raw data is at most 5 MiB, and the complete serialized result fits the current 128,000-byte server limit.
- A capture that is not eligible to embed remains successful and returns its temporary URL plus an actionable omission reason.
- TIFF is URL-only.
- PDF bytes are never embedded. A PDF result includes safe text and structured metadata, plus a resource link when Screenshot Scout provides a result URL.
- resultMode: "url_only"omits image bytes for every format.
MCP clients control whether returned image content or resource links are displayed or made available to a model.
Structured metadata can includescreenshotUrl,screenshotUrlExpiresAt,cacheStatus,format,mimeType,imageWidth,imageHeight,inlineImageIncluded, andinlineImageOmissionReason.
Treat result URLs as sensitive, temporary links and respect their reported expiry.
The server sends the target URL and selected capture options to Screenshot Scout, which loads the target website. Review theScreenshot Scout privacy policybefore capturing private or regulated material.
- Do not capture pages you are not authorized to access.
- Do not paste credentials into prompts, tool inputs, URLs, issue reports, or logs.
- Keep local access and secret keys in client-managed secret storage or private environment configuration.
- The local stdio server adds no telemetry. Application logging for the hosted service is limited to request method, response status, duration, and sanitized unexpected errors. It is designed not to include credentials, target URLs, screenshot URLs, request or response content, or image bytes.
- Review each target and capture request before allowing tool use. The tool is open-world, consumes quota, and interacts with an external website.
- Report vulnerabilities privately as described inSECURITY.md.
npm ci npm run format:check npm run lint npm run typecheck npm test npm run metadata:check npm run registry:validate npm run mcpb:validate npm run mcpb:pack
Enable AI agents to get structured data from unstructured web with AgentQL.
Web scraping, crawling, and change detection with AI
Official Apify MCP server for AI agents to run Actors, extract website data, and automate web scraping and crawling workflows.
1GB Free Trial, World's Leading Proxy Service Platform, Efficient Data Collection
Discover, extract, and interact with the web - one interface powering automated access across the public internet.
Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more)
Easy web data access. Simplified retrieval of information from websites and online sources.
Adds powerful web scraping and search capabilities to LLM clients like Cursor and Claude.
Real-time web data, structured for agents
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


