url2image for Claude Desktop
com.url2image/url2image
Capture batches of public web pages in a real browser and download the screenshots as a zip.
client:Claude Desktop
transport:streamable-http
tools:5
Install url2image in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"url2image": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://url2image.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs