screenshot api for Claude Desktop
io.github.therealmrfunguy/screenshot-api
Website screenshots as PNG, JPEG, or PDF with custom viewports and full-page capture.
client:Claude Desktop
transport:sse
Install screenshot api in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"screenshot-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.rjctdlabs.xyz/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs