Allow LLMs to control a browser with Browserbase and Stagehand for AI-powered web automation, int...
10K+
Allow LLMs to control a browser with Browserbase and Stagehand for AI-powered web automation, intelligent data extraction, and screenshot capture.
| Attribute | Details |
|---|---|
| Docker Image | mcp/browserbase |
| Author | browserbase |
| Repository | https://github.com/browserbase/mcp-server-browserbase |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/browserbase/mcp-server-browserbase/blob/1e196b3d3c4dc70944e0d19038dd9eb3608b207a/Dockerfile |
| Commit | 1e196b3d3c4dc70944e0d19038dd9eb3608b207a |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/browserbase --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | Apache License 2.0 |
| Tools provided by this Server | Short Description |
|---|---|
act | Perform an action on the page |
end | Close the current Browserbase session |
extract | Extract data from the page |
navigate | Navigate to a URL |
observe | Observe actionable elements on the page |
start | Create or reuse a Browserbase session |
actPerform an action on the page
| Parameters | Type | Description |
|---|---|---|
action | string |
endClose the current Browserbase session
extractExtract data from the page
| Parameters | Type | Description |
|---|---|---|
instruction | string optional |
navigateNavigate to a URL
| Parameters | Type | Description |
|---|---|---|
url | string |
observeObserve actionable elements on the page
| Parameters | Type | Description |
|---|---|---|
instruction | string |
startCreate or reuse a Browserbase session
{
"mcpServers": {
"browserbase": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BROWSERBASE_API_KEY",
"-e",
"BROWSERBASE_PROJECT_ID",
"-e",
"GEMINI_API_KEY",
"mcp/browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "YOUR_BROWSERBASE_API_KEY_HERE",
"BROWSERBASE_PROJECT_ID": "YOUR_BROWSERBASE_PROJECT_ID_HERE",
"GEMINI_API_KEY": "YOUR_GEMINI_API_KEY_HERE"
}
}
}
}
Content type
Image
Digest
sha256:f90cb76e3…
Size
87.2 MB
Last updated
3 months ago
docker pull mcp/browserbasePulls:
1,005
Jul 6 to Jul 12