Skip to content

Commit 0d261ec

Browse files
committed
readme tweaks
1 parent 885f64e commit 0d261ec

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[The Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you’re building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
66

7-
This server provides cloud browser automation capabilities using [Browserbase](https://www.browserbase.com/), [Puppeteer](https://pptr.dev/), and [Stagehand](https://github.com/browserbase/stagehand). This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.
7+
This server provides cloud browser automation capabilities using [Browserbase](https://www.browserbase.com/) and [Stagehand](https://github.com/browserbase/stagehand). This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.
88

99
To learn to get started with Browserbase, check out [Browserbase MCP](./browserbase/README.md) or [Stagehand MCP](./stagehand/README.md).
1010

@@ -18,7 +18,6 @@ To learn to get started with Browserbase, check out [Browserbase MCP](./browserb
1818
| Data Extraction | Extract structured data from any webpage |
1919
| Console Monitoring | Track and analyze browser console logs |
2020
| Screenshots | Capture full-page and element screenshots |
21-
| JavaScript | Execute custom JS in the browser context |
2221
| Web Interaction | Navigate, click, and fill forms with ease |
2322

2423
🤘 **Stagehand MCP** - Located in [`stagehand/`](./stagehand/)

browserbase/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
![cover](../assets/browserbase-mcp.png)
44

5-
A Model Context Protocol server that uses Playwright and Browserbase
6-
to provide browser automation tools.
5+
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you’re building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
76

87
<div>
98
<a href="https://www.loom.com/share/d285d6093b2843e98908c65592031218">

0 commit comments

Comments
 (0)