Skip to content
Zed

browser use for Zed

io.github.therealtimex/browser-use

AI browser automation - navigate, click, type, extract content, and run autonomous web tasks

client:Zed transport:stdio runtime:pypi

Install browser use in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "browser-use": {
      "command": "uvx",
      "args": [
        "realtimex-browser-use"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

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

browser use in other clients