Browserbase MCP Server

Browser Automationstdiov1.2.0
Repository

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.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .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>"
      }
    }
  }
}

Araçlar (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"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Browserbase (@browserbase)
Repository
https://github.com/browserbase/mcp-server-browserbase
Lisans
Apache-2.0
Sürüm
1.2.0
Yıldızlar
1,123
Son güncelleme
9 Temmuz 2026