Skip to content
VS Code

SeleniumBase MCP for VS Code

io.github.seleniumbase/seleniumbase

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

client:VS Code transport:stdio runtime:pypi

Install SeleniumBase MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "seleniumbase": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "seleniumbase"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SeleniumBase MCP in other clients