Skip to content

Commit df3b315

Browse files
authored
Update README.md
1 parent 83b46f6 commit df3b315

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

stagehand/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,28 @@ A Model Context Protocol (MCP) server that provides AI-powered web automation ca
2020
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
2121
"BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>",
2222
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
23+
"CONTEXT_ID": "<YOUR_CONTEXT_ID>"
2324
}
2425
}
2526
}
2627
}
2728
```
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!
2845
2946
3. Restart your Claude Desktop app and you should see the tools available clicking the 🔨 icon.
3047

0 commit comments

Comments
 (0)