File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,28 @@ A Model Context Protocol (MCP) server that provides AI-powered web automation ca
20
20
"BROWSERBASE_API_KEY" : " <YOUR_BROWSERBASE_API_KEY>" ,
21
21
"BROWSERBASE_PROJECT_ID" : " <YOUR_BROWSERBASE_PROJECT_ID>" ,
22
22
"OPENAI_API_KEY" : " <YOUR_OPENAI_API_KEY>" ,
23
+ "CONTEXT_ID" : " <YOUR_CONTEXT_ID>"
23
24
}
24
25
}
25
26
}
26
27
}
27
28
```
29
+ or, for running locally:
30
+ ``` json
31
+ {
32
+ "mcpServers" : {
33
+ "stagehand" : {
34
+ "command" : " node" ,
35
+ "args" : [" path/to/mcp-server-browserbase/stagehand/dist/index.js" ],
36
+ "env" : {
37
+ "OPENAI_API_KEY" : " <YOUR_OPENAI_API_KEY>" ,
38
+ "LOCAL_CDP_URL" : " <YOUR_LOCAL_CDP_URL>"
39
+ }
40
+ }
41
+ }
42
+ }
43
+ ```
44
+ > 💡 Check out our [ documentation] ( https://docs.stagehand.dev/examples/customize_browser#use-your-personal-browser ) for getting your local CDP url!
28
45
29
46
3 . Restart your Claude Desktop app and you should see the tools available clicking the 🔨 icon.
30
47
You can’t perform that action at this time.
0 commit comments