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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,13 @@ This server provides cloud browser automation capabilities using [Browserbase](h
19
19
| JavaScript | Execute custom JS in the browser context |
20
20
| Web Interaction | Navigate, click, and fill forms with ease |
21
21
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
+
```
22
29
23
30
🤘 **Stagehand MCP** - Located in [`stagehand/`](./stagehand/)*(Coming Soon)*
24
31
@@ -29,3 +36,11 @@ This server provides cloud browser automation capabilities using [Browserbase](h
29
36
| Modular Design | Easily integrate new models with minimal changes |
30
37
| Vision Support | Use annotated screenshots for complex DOMs |
31
38
| 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
+
40
+
### Installing
41
+
42
+
To install the Stagehand MCP server for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/@browserbasehq/mcp-stagehand):
43
+
44
+
```bash
45
+
npx @smithery/cli install @browserbasehq/mcp-stagehand --client claude
0 commit comments