Browserbase MCP Server
Browser Automationstdiov1.2.0
Official Browserbase MCP server for cloud browser automation. Lets AI agents create headless browser sessions, navigate pages, extract content, take screenshots, and perform actions using Stagehand, enabling reliable web automation and scraping at scale from AI-powered tools.
Подключение
Добавьте эту конфигурацию в .claude/mcp.json
{
"mcpServers": {
"browserbase": {
"command": "npx",
"args": [
"-y",
"@browserbasehq/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>"
}
}
}
}Инструменты (3)
browserbase_navigate
Open a URL in a cloud browser session and wait for it to load.
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL to navigate to"
}
}
}browserbase_extract
Extract structured content from the current page using a natural language instruction.
{
"type": "object",
"required": [
"instruction"
],
"properties": {
"instruction": {
"type": "string",
"description": "What to extract from the page"
}
}
}browserbase_screenshot
Capture a screenshot of the current page.
{
"type": "object",
"properties": {
"full_page": {
"type": "boolean",
"description": "Whether to capture the full scrollable page"
}
}
}Ресурсы
Этот сервер не предоставляет ресурсы.
Промпты
Этот сервер не предоставляет промпты.
Сведения о сервере
- Лицензия
- Apache-2.0
- Версия
- 1.2.0
- Звёзды
- 1,123
- Последнее обновление
- 9 июля 2026 г.