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
Binary file modified assets/browserbase-mcp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions browserbase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 @@ -115,7 +115,7 @@ These flags can be passed directly to the CLI or configured in your MCP configur

### NOTE:

Currently, these flags can only be used with the local server (npx @browserbasehq/mcp-server-browserbase).
Currently, these flags can only be used with the local server (npx @browserbasehq/mcp).

____

Expand All @@ -132,7 +132,7 @@ To use proxies in STDIO, set the --proxies flag in your MCP Config:
"mcpServers": {
"browserbase": {
"command" : "npx",
"args" : ["@browserbasehq/mcp-server-browserbase", "--proxies"],
"args" : ["@browserbasehq/mcp", "--proxies"],
"env": {
"BROWSERBASE_API_KEY": "",
"BROWSERBASE_PROJECT_ID": ""
Expand All @@ -153,7 +153,7 @@ To use contexts in STDIO, set the --contextId flag in your MCP Config:
"mcpServers": {
"browserbase": {
"command" : "npx",
"args" : ["@browserbasehq/mcp-server-browserbase", "--contextId", "<YOUR_CONTEXT_ID>"],
"args" : ["@browserbasehq/mcp", "--contextId", "<YOUR_CONTEXT_ID>"],
"env": {
"BROWSERBASE_API_KEY": "",
"BROWSERBASE_PROJECT_ID": ""
Expand All @@ -177,7 +177,7 @@ To use proxies in STDIO, set the --proxies flag in your MCP Config. Your cookies
"browserbase" {
"command" : "npx",
"args" : [
"@browserbasehq/mcp-server-browserbase", "--cookies",
"@browserbasehq/mcp", "--cookies",
'{
"cookies": json,
}'
Expand All @@ -203,7 +203,7 @@ Here's how to use it for custom browser sizing. We recommend to stick with 16:9
"browserbase": {
"command" : "npx",
"args" : [
"@browserbasehq/mcp-server-browserbase",
"@browserbasehq/mcp",
"--browserHeight 1080",
"--browserWidth 1920",
],
Expand Down
2 changes: 1 addition & 1 deletion browserbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/mcp",
"version": "1.0.2",
"version": "1.0.4",
"description": "MCP server for browser automation using browserbase",
"license": "MIT",
"author": "Browserbase, Inc. (https://browserbase.com)",
Expand Down