Skip to content
Zed

clickcast for Zed

io.github.alexkay28/clickcast

Drive a real Playwright browser: annotated screenshot + structured page state after every action.

client:Zed transport:stdio runtime:pypi

Install clickcast in Zed

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

{
  "context_servers": {
    "clickcast": {
      "command": "uvx",
      "args": [
        "clickcast"
      ]
    }
  }
}

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

clickcast in other clients