From c8688549a7833ca09a18c5fe7ee9fa60135cc525 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 15 Sep 2026 12:36:11 -0400 Subject: [PATCH] Add the SeleniumBase MCP server to awesome-mcp-servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c44d8313..1fb14ab6c 100644 --- a/README.md +++ b/README.md @@ -540,6 +540,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [Retio-ai/pagemap](https://github.com/Retio-ai/Retio-pagemap) 🐍 🏠 - Compresses ~100K-token HTML into 2-5K-token structured maps while preserving every actionable element. AI agents can read and interact with any web page at 97% fewer tokens. - [ScrapeUnblocker/scrapeunblocker-mcp](https://github.com/ScrapeUnblocker/scrapeunblocker-mcp) [![ScrapeUnblocker/scrapeunblocker-mcp MCP server](https://glama.ai/mcp/servers/ScrapeUnblocker/scrapeunblocker-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ScrapeUnblocker/scrapeunblocker-mcp) 📇 🏠 🍎 🪟 🐧 - Fetch any web page's HTML (or AI-parsed JSON, or Google results) through the ScrapeUnblocker anti-bot API (Cloudflare, DataDome, PerimeterX, Akamai, Shape), using your own API key. Three tools: `fetch_html`, `fetch_parsed`, `google_search`. Install: `npx -y scrapeunblocker-mcp`. - [screenshotscout/screenshotscout-mcp](https://github.com/screenshotscout/screenshotscout-mcp) [![screenshotscout/screenshotscout-mcp MCP server](https://glama.ai/mcp/servers/screenshotscout/screenshotscout-mcp/badges/score.svg)](https://glama.ai/mcp/servers/screenshotscout/screenshotscout-mcp) 📇 ☁️ - Capture webpages as images or PDFs with full-page and element targeting, device and viewport controls, location selection, page interactions, blocking options, and configurable output. +- [seleniumbase/SeleniumBase](https://github.com/seleniumbase/SeleniumBase) [![seleniumbase/SeleniumBase MCP server](https://glama.ai/mcp/servers/seleniumbase/SeleniumBase/badges/score.svg)](https://glama.ai/mcp/servers/seleniumbase/SeleniumBase) 🐍 🏠 🍎 🪟 🐧 - A Python-based MCP server for browser automation, testing, and bypassing bot-detection using SeleniumBase CDP Mode with a Chromium browser. The `solve_captcha` tool can handle CAPTCHAs that expect a click. - [seleniumboot/selenium-mcp](https://github.com/seleniumboot/selenium-mcp) [![seleniumboot/selenium-mcp MCP server](https://glama.ai/mcp/servers/seleniumboot/selenium-mcp/badges/score.svg)](https://glama.ai/mcp/servers/seleniumboot/selenium-mcp) 🐍 🏠 🍎 🪟 🐧 - Python MCP server for Selenium WebDriver — 84 tools for browser automation, element interactions, assertions, and self-healing locators, plus codegen for Java TestNG / JUnit 5 / Cucumber / pytest / C# NUnit / Playwright and CI pipelines (GitHub Actions / Jenkins / GitLab CI). No ChromeDriver setup needed. - [serkan-ozal/browser-devtools-mcp](https://github.com/serkan-ozal/browser-devtools-mcp) 📇 - An MCP Server enables AI assistants to autonomously test, debug, and validate web applications. - [Silbercue/public-browser](https://github.com/Silbercue/public-browser) [![Silbercue/public-browser MCP server](https://glama.ai/mcp/servers/Silbercue/public-browser/badges/score.svg)](https://glama.ai/mcp/servers/Silbercue/public-browser) 📇 🐍 🏠 🍎 🪟 🐧 - Chrome automation over raw CDP — no Playwright, no extension bridge, no single-tab limit. Accessibility-tree refs cached across calls survive rerenders, so a page snapshot costs 1,124 chars against Playwright MCP's 6,084. Server-side plan executor runs multi-step flows in one tool call. Ships a Python API for LLM-free scripting. MIT.