|
6 | 6 |
|
7 | 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) (Coming Soon). This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.
|
8 | 8 |
|
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). |
10 | 10 |
|
11 | 11 | ## Getting Started with available MCPs
|
12 | 12 |
|
13 | 13 | 🌐 **Browserbase MCP** - Located in [`browserbase/`](./browserbase/)
|
14 | 14 |
|
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 | |
33 | 33 |
|
34 | 34 | ### Alternative Installation Methods
|
35 | 35 |
|
|
0 commit comments