Skip to content

Commit 40e5100

Browse files
committed
link
1 parent 51da70e commit 40e5100

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66

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

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

1111
## Getting Started with available MCPs
1212

1313
🌐 **Browserbase MCP** - Located in [`browserbase/`](./browserbase/)
1414

15-
| Feature | Description |
16-
|---------|-------------|
17-
| Browser Automation | Control and orchestrate cloud browsers |
18-
| Data Extraction | Extract structured data from any webpage |
19-
| Console Monitoring | Track and analyze browser console logs |
20-
| Screenshots | Capture full-page and element screenshots |
21-
| JavaScript | Execute custom JS in the browser context |
22-
| Web Interaction | Navigate, click, and fill forms with ease |
23-
24-
🤘 **Stagehand MCP** - Located in [`stagehand/`](./stagehand/)
25-
26-
| Feature | Description |
27-
|---------|-------------|
28-
| Atomic Instructions | Execute precise actions like `act("click the login button")` or `extract("find the red shoes")` |
29-
| Model Flexibility | Supports multiple models, including OpenAI's GPT-4 and Anthropic's Claude-3.5 Sonnet |
30-
| Modular Design | Easily integrate new models with minimal changes |
31-
| Vision Support | Use annotated screenshots for complex DOMs |
32-
| Open Source | Contribute to the project and join the [Slack community](https://join.slack.com/t/stagehand-dev/shared_invite/zt-2uvuobu50-~wVSx2Si75CPa3332hwVEw) for support |
15+
| Feature | Description |
16+
| ------------------ | ----------------------------------------- |
17+
| Browser Automation | Control and orchestrate cloud browsers |
18+
| Data Extraction | Extract structured data from any webpage |
19+
| Console Monitoring | Track and analyze browser console logs |
20+
| Screenshots | Capture full-page and element screenshots |
21+
| JavaScript | Execute custom JS in the browser context |
22+
| Web Interaction | Navigate, click, and fill forms with ease |
23+
24+
🤘 **Stagehand MCP** - Located in [`stagehand/`](./stagehand/)
25+
26+
| Feature | Description |
27+
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
28+
| Atomic Instructions | Execute precise actions like `act("click the login button")` or `extract("find the red shoes")` |
29+
| Model Flexibility | Supports multiple models, including OpenAI's GPT-4 and Anthropic's Claude-3.5 Sonnet |
30+
| Modular Design | Easily integrate new models with minimal changes |
31+
| Vision Support | Use annotated screenshots for complex DOMs |
32+
| Open Source | Contribute to the project and join the [Slack community](https://join.slack.com/t/stagehand-dev/shared_invite/zt-2uvuobu50-~wVSx2Si75CPa3332hwVEw) for support |
3333

3434
### Alternative Installation Methods
3535

assets/browserbase-mcp.png

109 Bytes
Loading

assets/stagehand-mcp.png

1.83 KB
Loading

0 commit comments

Comments
 (0)