diff --git a/assets/browserbase-mcp.png b/assets/browserbase-mcp.png index b86b34a..107f758 100644 Binary files a/assets/browserbase-mcp.png and b/assets/browserbase-mcp.png differ diff --git a/browserbase/README.md b/browserbase/README.md index 8e9f53c..d16b8e2 100644 --- a/browserbase/README.md +++ b/browserbase/README.md @@ -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": "" @@ -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). ____ @@ -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": "" @@ -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", ""], + "args" : ["@browserbasehq/mcp", "--contextId", ""], "env": { "BROWSERBASE_API_KEY": "", "BROWSERBASE_PROJECT_ID": "" @@ -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, }' @@ -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", ], diff --git a/browserbase/package.json b/browserbase/package.json index 21057c0..54c349c 100644 --- a/browserbase/package.json +++ b/browserbase/package.json @@ -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)",