Skip to content
Zed

SeleniumBase MCP for Zed

io.github.seleniumbase/seleniumbase

Stealthy browser automation, testing, and web-scraping via CDP Mode.

client:Zed transport:stdio runtime:pypi

Install SeleniumBase MCP in Zed

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

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

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

SeleniumBase MCP in other clients