Skip to content

Commit 2ca8295

Browse files
authored
Merge pull request #6 from smithery-ai/readme
Update Readme & Package Name
2 parents 7d5997f + eb8e702 commit 2ca8295

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ This server provides cloud browser automation capabilities using [Browserbase](h
1919
| JavaScript | Execute custom JS in the browser context |
2020
| Web Interaction | Navigate, click, and fill forms with ease |
2121

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+
```
2229

2330
🤘 **Stagehand MCP** - Located in [`stagehand/`](./stagehand/) *(Coming Soon)*
2431

@@ -29,3 +36,11 @@ This server provides cloud browser automation capabilities using [Browserbase](h
2936
| Modular Design | Easily integrate new models with minimal changes |
3037
| Vision Support | Use annotated screenshots for complex DOMs |
3138
| 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
46+
```

browserbase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@modelcontextprotocol/mcp-server-browserbase",
2+
"name": "@browserbasehq/mcp-browserbase",
33
"version": "0.5.1",
44
"description": "MCP server for browser automation using browserbase",
55
"license": "MIT",

stagehand/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@modelcontextprotocol/server-stagehand",
2+
"name": "@browserbasehq/mcp-stagehand",
33
"version": "0.5.1",
44
"description": "MCP server for AI web browser automation using Stagehand",
55
"license": "MIT",

0 commit comments

Comments
 (0)