Browserbase MCP Server

Browser Automationstdiov1.2.0
Repositorio

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.

Conectar

Añade esta configuración a .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>"
      }
    }
  }
}

Herramientas (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"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Browserbase (@browserbase)
Repositorio
https://github.com/browserbase/mcp-server-browserbase
Licencia
Apache-2.0
Versión
1.2.0
Estrellas
1,123
Última actualización
9 de julio de 2026