Claude Code MCP ServerBrowser Automation40 installs

Mcp Server Browserbase

This server provides cloud browser automation capabilities using Browserbase and Stagehand. It enables LLMs to interact with web pages, take screenshots, extract information, and perform automated actions with atomic precision.

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --mcp="browser_automation/mcp-server-browserbase" --yes

Requires Claude Code. The command adds this mcp server to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this mcp server

Component source

{

"mcpServers": {

"browserbase": {

"description": "This server provides cloud browser automation capabilities using Browserbase and Stagehand. It enables LLMs to interact with web pages, take screenshots, extract information, and perform automated actions with atomic precision.",

"command": "npx",

"args": ["@browserbasehq/mcp-server-browserbase"],

"env": {

"BROWSERBASE_API_KEY": "",

"BROWSERBASE_PROJECT_ID": "",

"GEMINI_API_KEY": ""

}

}

}

}

Type
MCP Server
Category
Browser Automation
Installs
40
Source
GitHub ↗

Related Claude Code MCP Servers

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.