Capture batches of public web pages in a real browser and download the screenshots as a zip.
claude mcp add url2image --transport http https://url2image.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"url2image": {
"url": "https://url2image.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"url2image": {
"serverUrl": "https://url2image.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"url2image": {
"type": "http",
"url": "https://url2image.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"url2image": {
"url": "https://url2image.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"url2image": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://url2image.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://url2image.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.url2image--url2image/reviews or the review_server meta-tool.
POST /mcp