docker-selenium

GitHub

Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Container Platform, making it easier to perform browser automation at scale

docker-selenium MCP Server

MCP server for SeleniumHQ/docker-selenium

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "docker-selenium": {
      "command": "npx",
      "args": [
        "-y",
        "@SeleniumHQ/docker-selenium"
      ]
    }
  }
}