Skip to content
Zed

screenshot api for Zed

io.github.therealmrfunguy/screenshot-api

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

client:Zed transport:sse

Install screenshot api in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "screenshot-api": {
      "url": "https://api.rjctdlabs.xyz/sse"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

screenshot api in other clients