Catalog
net.shotbot/shotbot-mcp
OfficialScreenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF.
Captures screenshots of public URLs in multiple image and PDF formats.
README not available yet.
Install
Configuration
Environment variables
SHOTBOT_API_KEYrequiredsecretYour Shotbot API key (12 characters). Get a free one at https://www.shotbot.net/screenshot-api-key/
claude_desktop_config.json
{
"mcpServers": {
"shotbot-mcp": {
"command": "npx",
"args": [
"-y",
"shotbot-mcp@2.0.1"
],
"env": {
"SHOTBOT_API_KEY": "<YOUR_SHOTBOT_API_KEY>"
}
}
}
}