Skip to content
Zed

browser use for Zed

com.browser-use/browser-use

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

client:Zed transport:stdio runtime:pypi

Install browser use in Zed

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

{
  "context_servers": {
    "browser-use": {
      "command": "uvx",
      "args": [
        "browser-use"
      ]
    }
  }
}

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

browser use in other clients