Skip to content

Commit 2311557

Browse files
committed
Add BrowserBase MCP Server
1 parent 7a50af3 commit 2311557

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

servers/browserbase/server.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: browserbase
2+
image: mcp/browserbase
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- browserbase
8+
- browser-automation
9+
- web-scraping
10+
- devops
11+
about:
12+
title: Browserbase
13+
description: Allow LLMs to control a browser with Browserbase and Stagehand for AI-powered web automation, intelligent data extraction, and screenshot capture.
14+
icon: https://avatars.githubusercontent.com/u/132273001?s=200&v=4
15+
source:
16+
project: https://github.com/browserbase/mcp-server-browserbase
17+
dockerfile: Dockerfile
18+
config:
19+
description: Configure Browserbase API credentials for browser automation
20+
secrets:
21+
- name: browserbase.api_key
22+
env: BROWSERBASE_API_KEY
23+
example: YOUR_BROWSERBASE_API_KEY_HERE
24+
- name: browserbase.project_id
25+
env: BROWSERBASE_PROJECT_ID
26+
example: YOUR_BROWSERBASE_PROJECT_ID_HERE
27+
- name: gemini.api_key
28+
env: GEMINI_API_KEY
29+
example: YOUR_GEMINI_API_KEY_HERE
30+
optional: true

0 commit comments

Comments
 (0)