screenshot for Claude Desktop
io.github.dataleadspro/screenshot
Pixel-perfect webpage screenshots rendered in a real browser, full-page or viewport, via one POST.
client:Claude Desktop
transport:streamable-http
tools:2
Install screenshot in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"screenshot": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://data.dataleads.pro/mcp/screenshot"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs