Home › Browser Automation & Scraping › Screenshot Scout
Screenshot Scout
Capture screenshots of webpages as images or PDFs with Screenshot Scout.
Topics: Browser Automation
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.screenshotscout.com/mcp/api-key Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http screenshotscout-mcp https://mcp.screenshotscout.com/mcp/api-key --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"screenshotscout-mcp": {
"url": "https://mcp.screenshotscout.com/mcp/api-key",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorization— Screenshot Scout access key sent as a Bearer token.
Package (npm 0.1.0)
npx -y @screenshotscout/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"screenshotscout-mcp": {
"command": "npx",
"args": [
"-y",
"@screenshotscout/[email protected]"
],
"env": {
"SCREENSHOTSCOUT_ACCESS_KEY": "<YOUR_VALUE>",
"SCREENSHOTSCOUT_SECRET_KEY": "<YOUR_VALUE>"
}
}
}
}
SCREENSHOTSCOUT_ACCESS_KEYrequired secret — Screenshot Scout access key.SCREENSHOTSCOUT_SECRET_KEYsecret — Optional secret key for Screenshot Scout API keys that require signed requests.
Related servers
UI-TARS-desktop
MCP server for web search operations
playwright-mcp
Playwright Tools for MCP
SeleniumBase MCP
Stealthy browser automation, testing, and web-scraping via CDP Mode.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp
Automate your local Chrome browser
mcp-playwright
An MCP server using Playwright for browser automation and webscrapping
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry