---
title: "Browserbase MCP Server for ToolPiper · ModelPiper"
description: "Cloud headless browsers the assistant can drive and observe. Browserbase runs real headless browsers in the cloud, so automation does not tie up your machine and pages render exactly as a browser sees them. The MCP serve"
canonical: "https://modelpiper.com/mcp-tools/browserbase"
---

# Browserbase MCP Server for ToolPiper · ModelPiper

> Cloud headless browsers the assistant can drive and observe. Browserbase runs real headless browsers in the cloud, so automation does not tie up your machine and pages render exactly as a browser sees them. The MCP serve

B

# Browserbase MCP Server

✓ verified

Cloud headless browsers the assistant can drive and observe.

Install Browserbase in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/browserbase/mcp-server-browserbase)

Publisher

[Browserbase](https://github.com/browserbase/mcp-server-browserbase)

License

Apache-2.0

Transport

Local subprocess

Tools

4

## What this server does

Browserbase runs real headless browsers in the cloud, so automation does not tie up your machine and pages render exactly as a browser sees them. The MCP server drives these sessions: navigate, act on elements with natural-language instructions, extract structured data, and screenshot. Because the browser is remote, it can reach sites that block datacenter scrapers less aggressively and it isolates page execution from your laptop. A Gemini key powers the default vision-driven actions.

## Tools included

-   browserbase\_navigate
    
    Open a URL in a cloud browser session.
    
-   browserbase\_act
    
    Perform a natural-language action on the page.
    
-   browserbase\_extract
    
    Extract structured data from the page.
    
-   browserbase\_screenshot
    
    Capture a screenshot of the current page.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install Browserbase in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "browserbase": {
      "command": "npx",
      "args": [
        "-y",
        "@browserbasehq/mcp-server-browserbase"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Open the login page, sign in with these test credentials, and screenshot the dashboard."
    
    Copy
-   "Navigate to this product page and extract the title, price, and availability."
    
    Copy
-   "Go to the search results and collect the first 10 listing URLs."
    
    Copy

## Security notes

Three credentials are involved: the Browserbase API key and project ID gate your cloud browser usage and billing, and the Gemini key bills against Google. Treat all three as credentials. Cloud sessions can reach any URL the assistant is told to, so do not feed it untrusted instructions. Browsing real sites with real credentials means those credentials transit Browserbase's infrastructure.

## Related tools

-   [
    
    F
    
    ### Fetch
    
    ✓ verified
    
    Fetch web pages and return clean markdown.
    
    SearchLocal subprocess1 tool
    
    
    
    
    
    ](/mcp-tools/fetch)
-   [
    
    P
    
    ### Puppeteer
    
    ✓ verified
    
    Headless browser automation and web scraping.
    
    SearchLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/puppeteer)
-   [
    
    G
    
    ### Google Maps
    
    ✓ verified
    
    Geocoding, directions, and place lookup via Google Maps.
    
    SearchLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/google-maps)
-   [
    
    B
    
    ### Brave Search
    
    ✓ verified
    
    Web and local search via Brave's privacy-focused search API.
    
    SearchLocal subprocess2 tools
    
    
    
    
    
    ](/mcp-tools/brave-search)

[← Back to all MCP tools](/mcp-tools)
