Skip to content
Zed

selenium mcp for Zed

io.github.gaforov/selenium-mcp

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

client:Zed transport:stdio runtime:npm

Install selenium mcp in Zed

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

{
  "context_servers": {
    "selenium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gaforov/selenium-mcp"
      ]
    }
  }
}

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

selenium mcp in other clients