📡 MCP Radar

seleniumbase/seleniumbase-mcp

SeleniumBase MCP Servers

4 stars
0 forks
Python
momentum ▲ 8.0
created 2026-08-21
on radar since 2026-08-27
View on GitHub ↗

About seleniumbase-mcp

This package provides three different SeleniumBase MCP servers for driving stealthy browser automation over the Model Context Protocol.

Here are the three server variants in this folder:

File Backs onto Best for --------- cdpserver.py seleniumbase.sbcdp.Chrome() (Pure CDP Mode, sync) Scraping/automation against bot-detection (Cloudflare, etc.) No WebDriver at all. Includes CAPTCHA-solving. driverserver.py seleniumbase.Driver() (WebDriver) General automation with Selenium ecosystem support. sbserver.py seleniumbase.SB() (used without with, via manual enter/exit) The broadest API surface: Everything Driver offers, plus drag-and-drop, MFA-handling, file downloads, etc. Can switch to CDP Mode mid-flow via activatecdpmode

All three set headless=False by default, where the browser window is visible unless you pass headless=True when starting a session.

Point your MCP client config at whichever server.py fits the task (see step 3 below), or register all three under different names.

uv sync reads pyproject.toml, creates a .venv/ in this folder, and installs the two dependencies (mcp[cli], seleniumbase) along with this project itself, which registers three console-script commands via [project.scripts]:

- seleniumbase-cdp - seleniumbase-driver - seleniumbase-sb

Each just calls that server file's main() function (mcp.run(transport="stdio")). This is what lets uv run work as the MCP client command in steps 3 and 4 below.

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/seleniumbase--seleniumbase-mcp.html)

Related MCP servers

fellowgeek/mcp-memory

An OKF-backed Model Context Protocol (MCP) server delivering persistent long-term memory and SQLite FTS5 search for AI agents.

⭐ 188Python
sosoj92/jarvis-assistant-vocal

Assistant vocal local en francais : Claude ou Ollama (offline), domotique Hue, OBS, agenda, navigateur, appels Twilio, serveur MCP. Python.

⭐ 132Python
Stupidoodle/swissdevjobs-cli

Search & apply to ~4,700 salary-transparent tech jobs across 7 countries (🇨🇭🇩🇪🇬🇧🇺🇸🇨🇦🇳🇱🇫🇷) from your terminal or AI agent — zero-dependency Python CLI + MCP server + Claude Code plugin

⭐ 92Python
agents-universe/agents-universe

让智能体像人一样学习和工作,共享智能体和项目记忆

⭐ 83Python
bybit-exchange/kaas

Turn scattered notes, docs and transcripts into a queryable Markdown wiki — an LLM knowledge-base compiler with MCP access, no embeddings, self-hosted.

⭐ 82Python
alxgntv/substack-api-mcp

MCP server for Substack posts (FastMCP + substack-api-client)

⭐ 80Python

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.