You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-15Lines changed: 5 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
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).
10
+
9
11
## Getting Started with available MCPs
10
12
11
13
🌐 **Browserbase MCP** - Located in [`browserbase/`](./browserbase/)
@@ -19,15 +21,7 @@ This server provides cloud browser automation capabilities using [Browserbase](h
19
21
| JavaScript | Execute custom JS in the browser context |
20
22
| Web Interaction | Navigate, click, and fill forms with ease |
21
23
22
-
### Installing
23
-
24
-
To install the Browserbase MCP server for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/@browserbasehq/mcp-browserbase):
25
-
26
-
```bash
27
-
npx @smithery/cli install @browserbasehq/mcp-browserbase --client claude
28
-
```
29
-
30
-
🤘 **Stagehand MCP** - Located in [`stagehand/`](./stagehand/)*(Coming Soon)*
24
+
🤘 **Stagehand MCP** - Located in [`stagehand/`](./stagehand/)
31
25
32
26
| Feature | Description |
33
27
|---------|-------------|
@@ -37,10 +31,6 @@ npx @smithery/cli install @browserbasehq/mcp-browserbase --client claude
37
31
| Vision Support | Use annotated screenshots for complex DOMs |
38
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 |
39
33
40
-
### Installing
41
-
42
-
To install the Stagehand MCP server for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/@browserbasehq/mcp-stagehand):
34
+
### Alternative Installation Methods
43
35
44
-
```bash
45
-
npx @smithery/cli install @browserbasehq/mcp-stagehand --client claude
0 commit comments