Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @browserbasehq/mcp-server-browserbase
# @browserbasehq/mcp

## 3.0.0

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Go into your MCP Config JSON and add the Browserbase Server:
"mcpServers": {
"browserbase": {
"command": "npx",
"args": ["@browserbasehq/mcp-server-browserbase"],
"args": ["@browserbasehq/mcp"],
"env": {
"BROWSERBASE_API_KEY": "",
"BROWSERBASE_PROJECT_ID": "",
Expand Down Expand Up @@ -173,7 +173,7 @@ The Browserbase MCP server accepts the following command-line flags:

These flags can be passed directly to the CLI or configured in your MCP configuration file.

> **Note:** These flags can only be used with the self-hosted server (npx @browserbasehq/mcp-server-browserbase or Docker).
> **Note:** These flags can only be used with the self-hosted server (npx @browserbasehq/mcp or Docker).

### Model Configuration

Expand All @@ -187,7 +187,7 @@ Stagehand defaults to using Google's Gemini 2.5 Flash Lite model, but you can co
"browserbase": {
"command": "npx",
"args": [
"@browserbasehq/mcp-server-browserbase",
"@browserbasehq/mcp",
"--modelName",
"anthropic/claude-sonnet-4.5",
"--modelApiKey",
Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"mcpServers": {
"mcp-server-browserbase": {
"command": "npx",
"args": ["@browserbasehq/mcp-server-browserbase"]
"args": ["@browserbasehq/mcp"]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@browserbasehq/mcp-server-browserbase",
"name": "@browserbasehq/mcp",
"version": "3.0.0",
"description": "MCP server for AI web browser automation using Browserbase and Stagehand",
"mcpName": "io.github.browserbase/mcp-server-browserbase",
Expand Down
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"registry_type": "npm",
"registry_base_url": "https://registry.npmjs.org",
"identifier": "@browserbasehq/mcp-server-browserbase",
"identifier": "@browserbasehq/mcp",
"version": "2.2.0",
"transport": {
"type": "stdio"
Expand Down
Loading