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
[STG-1769] docs: rename MCP package to @browserbasehq/mcp (browserbase#1952)
## Summary
- Renamed `@browserbasehq/mcp-server-browserbase` to
`@browserbasehq/mcp` in v2 and v3 MCP docs (setup and configuration
pages)
## Linear
[STG-1769](https://linear.app/browserbase/issue/STG-1769/rename-mcp-package-in-docs)
## Test plan
- [ ] Verify v2 docs render correctly with new package name
- [ ] Verify v3 docs render correctly with new package name
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Renamed the MCP package in v2 and v3 docs from
`@browserbasehq/mcp-server-browserbase` to `@browserbasehq/mcp`,
updating setup and configuration examples and CLI notes. Also removed an
unnecessary changeset since this is docs-only, aligning with STG-1769.
<sup>Written for commit 501df49.
Summary will update on new commits. <a
href="https://cubic.dev/pr/browserbase/stagehand/pull/1952">Review in
cubic</a></sup>
<!-- End of auto-generated description by cubic. -->
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/docs/v2/integrations/mcp/configuration.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: "Configure your browser automation with command-line flags, environ
9
9
The Browserbase MCP server supports extensive configuration options through command-line flags and environment variables. Configure browser behavior, proxy settings, stealth modes, model selection, and more to customize your browser automation workflows.
10
10
11
11
<Note>
12
-
Command-line flags are only available when running the server locally (`npx @browserbasehq/mcp-server-browserbase` with flags or local development setup).
12
+
Command-line flags are only available when running the server locally (`npx @browserbasehq/mcp` with flags or local development setup).
13
13
</Note>
14
14
15
15
## Environment Variables
@@ -77,7 +77,7 @@ When using our remote hosted server, we provide the LLM costs for Gemini, the [b
Copy file name to clipboardExpand all lines: packages/docs/v2/integrations/mcp/setup.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Close the active Browserbase session for the current MCP transport session.
117
117
## Local Command-Line Flags
118
118
119
119
<Note>
120
-
Command-line flags are only available when running the server locally (`npx @browserbasehq/mcp-server-browserbase` with flags or local development setup).
120
+
Command-line flags are only available when running the server locally (`npx @browserbasehq/mcp` with flags or local development setup).
121
121
</Note>
122
122
123
123
| Flag | Description |
@@ -183,7 +183,7 @@ Go into your MCP Config JSON and add the Browserbase Server:
Copy file name to clipboardExpand all lines: packages/docs/v3/integrations/mcp/configuration.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ import { V3Banner } from '/snippets/v3-banner.mdx';
13
13
The Browserbase MCP server supports extensive configuration options through command-line flags and environment variables. Configure browser behavior, proxy settings, stealth modes, model selection, and more to customize your browser automation workflows.
14
14
15
15
<Note>
16
-
Command-line flags are only available when running the server locally (`npx @browserbasehq/mcp-server-browserbase` with flags or local development setup).
16
+
Command-line flags are only available when running the server locally (`npx @browserbasehq/mcp` with flags or local development setup).
17
17
</Note>
18
18
19
19
## Environment Variables
@@ -80,7 +80,7 @@ When using our remote hosted server, we provide the LLM costs for Gemini, the [b
Copy file name to clipboardExpand all lines: packages/docs/v3/integrations/mcp/setup.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Close the active Browserbase session for the current MCP transport session.
120
120
## Local Command-Line Flags
121
121
122
122
<Note>
123
-
Command-line flags are only available when running the server locally (`npx @browserbasehq/mcp-server-browserbase` with flags or local development setup).
123
+
Command-line flags are only available when running the server locally (`npx @browserbasehq/mcp` with flags or local development setup).
124
124
</Note>
125
125
126
126
| Flag | Description |
@@ -186,7 +186,7 @@ Go into your MCP Config JSON and add the Browserbase Server:
0 commit comments