Skip to content
VS Code

screenshot api for VS Code

io.github.therealmrfunguy/screenshot-api

Website screenshots as PNG, JPEG, or PDF with custom viewports and full-page capture.

client:VS Code transport:sse

Install screenshot api in VS Code

.vscode/mcp.json

{
  "servers": {
    "screenshot-api": {
      "type": "sse",
      "url": "https://api.rjctdlabs.xyz/sse"
    }
  }
}

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

screenshot api in other clients