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
{
"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