Loading MCP server directory, please wait...
Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF.
npx @getmcp/cli add net.shotbot/shotbot-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SHOTBOT_API_KEYYour Shotbot API key (12 characters). Get a free one at https://www.shotbot.net/screenshot-api-key/
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"net.shotbot/shotbot-mcp": {
"command": "npx",
"args": [
"-y",
"shotbot-mcp"
],
"env": {
"SHOTBOT_API_KEY": ""
}
}
}
}