Skip to content

Commit 7b245c0

Browse files
committed
Update ReadMe files
1 parent 1e5ac8d commit 7b245c0

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/master_qa/ReadMe.md">🛂 MasterQA</a> |
4343
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md">🚎 Tours</a>
4444
<br />
45-
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/github/workflows/ReadMe.md">🤖 CI/CD</a> |
46-
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">🟨 JSMgr</a> |
45+
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/mcp_servers/">🤖 MCP</a> |
46+
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">🟨 JS-Mgr</a> |
4747
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/translations.md">🌏 Translator</a> |
4848
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/presenter/ReadMe.md">🎞️ Presenter</a> |
4949
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/visual_testing/ReadMe.md">🖼️ Visual</a> |

mcp_servers/README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
# mcp_servers
1+
# `seleniumbase-mcp`
22

3-
Exposes [SeleniumBase](https://github.com/seleniumbase/SeleniumBase) browser automation as tools over the [Model Context Protocol](https://modelcontextprotocol.io), so any
4-
MCP client can drive a real browser.
3+
Exposes [SeleniumBase](https://github.com/seleniumbase/SeleniumBase)'s stealthy browser automation abilities as tools
4+
over the [Model Context Protocol](https://modelcontextprotocol.io), so any MCP client can drive real browsers.
55

66
This folder has a single server, `server.py`, built on SeleniumBase's
7-
[Pure CDP Mode](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/cdp_mode_methods.md)
8-
(`seleniumbase.sb_cdp.Chrome`) — the browser is driven entirely over the
9-
Chrome DevTools Protocol, no WebDriver in the loop at all, which makes it
10-
SeleniumBase's stealthiest mode and includes captcha-solving. That's the
11-
mode most people reaching for browser automation from an MCP client
12-
actually want, so it's the one MCP server included in this repo.
7+
[Pure CDP Mode](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/cdp_mode_methods.md) (`seleniumbase.sb_cdp.Chrome`).
8+
The browser is driven entirely over the Chrome DevTools Protocol,
9+
and there is no WebDriver in the loop at all, which makes it
10+
SeleniumBase's stealthiest mode. (CAPTCHA-solving included!)
11+
Stealth is what most people want from a browser automation MCP client.
1312

1413
Other SeleniumBase automation styles — `Driver()` (WebDriver-based) and
1514
`SB()` (broadest API, including UC Mode stealth, MFA codes, file
16-
downloads) — have their own MCP servers too, just not here. They live in
17-
[seleniumbase/seleniumbase-mcp](https://github.com/seleniumbase/seleniumbase-mcp)
18-
as a separate repo, to keep this one simple and unambiguous: one server,
19-
one name, one obvious thing it does.
15+
downloads) — have their own MCP servers too, just not here.
16+
They live in [seleniumbase/seleniumbase-mcp](https://github.com/seleniumbase/seleniumbase-mcp) as a separate repo,
17+
to keep this one simple and unambiguous.
2018

2119
Defaults to `headless=False` — the browser window is visible unless you
2220
pass `headless=True` when starting a session.

0 commit comments

Comments
 (0)