Skip to content
VS Code

screenshot for VS Code

com.apiscreenshot/screenshot

Screenshot any URL/HTML as PNG/JPEG/WebP, or read it as clean Markdown/text for LLMs.

client:VS Code transport:streamable-http

Install screenshot in VS Code

.vscode/mcp.json

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

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

screenshot in other clients