HomeBrowser Automation & Scraping › Screenshot Scout

Screenshot Scout

Capture screenshots of webpages as images or PDFs with Screenshot Scout.

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-08-03 License: MIT

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_KEY required secret — Screenshot Scout access key.
  • SCREENSHOTSCOUT_SECRET_KEY secret — Optional secret key for Screenshot Scout API keys that require signed requests.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry