@@ -84,7 +84,7 @@ Go into your MCP Config JSON and add the Browserbase Server:
8484 "mcpServers" : {
8585 "browserbase" : {
8686 "command" : " npx" ,
87- "args" : [" @browserbasehq/mcp" ],
87+ "args" : [" @browserbasehq/mcp-server-browserbase " ],
8888 "env" : {
8989 "BROWSERBASE_API_KEY" : " " ,
9090 "BROWSERBASE_PROJECT_ID" : " " ,
@@ -154,7 +154,7 @@ These flags can be passed directly to the CLI or configured in your MCP configur
154154
155155### NOTE:
156156
157- Currently, these flags can only be used with the local server (npx @browserbasehq/mcp ).
157+ Currently, these flags can only be used with the local server (npx @browserbasehq/mcp-server-browserbase ).
158158
159159## Configuration Examples
160160
@@ -169,7 +169,7 @@ To use proxies, set the --proxies flag in your MCP Config:
169169 "mcpServers" : {
170170 "browserbase" : {
171171 "command" : " npx" ,
172- "args" : [" @browserbasehq/mcp" , " --proxies" ],
172+ "args" : [" @browserbasehq/mcp-server-browserbase " , " --proxies" ],
173173 "env" : {
174174 "BROWSERBASE_API_KEY" : " " ,
175175 "BROWSERBASE_PROJECT_ID" : " " ,
@@ -191,7 +191,7 @@ To use advanced stealth, set the --advancedStealth flag in your MCP Config:
191191 "mcpServers" : {
192192 "browserbase" : {
193193 "command" : " npx" ,
194- "args" : [" @browserbasehq/mcp" , " --advancedStealth" ],
194+ "args" : [" @browserbasehq/mcp-server-browserbase " , " --advancedStealth" ],
195195 "env" : {
196196 "BROWSERBASE_API_KEY" : " " ,
197197 "BROWSERBASE_PROJECT_ID" : " " ,
@@ -213,7 +213,11 @@ To use contexts, set the --contextId flag in your MCP Config:
213213 "mcpServers" : {
214214 "browserbase" : {
215215 "command" : " npx" ,
216- "args" : [" @browserbasehq/mcp" , " --contextId" , " <YOUR_CONTEXT_ID>" ],
216+ "args" : [
217+ " @browserbasehq/mcp-server-browserbase" ,
218+ " --contextId" ,
219+ " <YOUR_CONTEXT_ID>"
220+ ],
217221 "env" : {
218222 "BROWSERBASE_API_KEY" : " " ,
219223 "BROWSERBASE_PROJECT_ID" : " " ,
@@ -236,7 +240,7 @@ Here's how to use it for custom browser sizing. We recommend to stick with 16:9
236240 "browserbase" : {
237241 "command" : " npx" ,
238242 "args" : [
239- " @browserbasehq/mcp" ,
243+ " @browserbasehq/mcp-server-browserbase " ,
240244 " --browserHeight 1080" ,
241245 " --browserWidth 1920"
242246 ],
@@ -264,7 +268,7 @@ Here's how to configure different models:
264268 "browserbase" : {
265269 "command" : " npx" ,
266270 "args" : [
267- " @browserbasehq/mcp" ,
271+ " @browserbasehq/mcp-server-browserbase " ,
268272 " --modelName" ,
269273 " anthropic/claude-3-5-sonnet-latest" ,
270274 " --modelApiKey" ,
0 commit comments