Skip to content
VS Code

url2image for VS Code

com.url2image/url2image

Capture batches of public web pages in a real browser and download the screenshots as a zip.

client:VS Code transport:streamable-http tools:5

Install url2image in VS Code

.vscode/mcp.json

{
  "servers": {
    "url2image": {
      "type": "http",
      "url": "https://url2image.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

url2image in other clients