SeleniumBase (MCP Server)

GitHub

๐Ÿ“Š APIs for web automation, testing, and bypassing bot-detection.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "SeleniumBase": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-SeleniumBase"
      ]
    }
  }
}