Token导航 LogoToken导航TokenDH.com
BR
浏览器工具HTTP官方级别未说明来源级核验

Browserbase (58be39)

MCP Server

Automate web browsing and interaction to streamline complex online tasks. Extract structured data and capture screenshots from any website with ease. Perform autonomous web navigation and actions to …

工具数

公开资料未说明
JavaScriptAPI密钥HTTP浏览器自动化

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:48

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add kamath/browserbase

详细介绍

Browserbase

Automate web browsing and interaction to streamline complex online tasks. Extract structured data and capture screenshots from any website with ease. Perform autonomous web navigation and actions to …

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add kamath/browserbase

# Browse available tools
npx -y smithery tool list kamath/browserbase

# Get full schema for a tool
npx -y smithery tool get kamath/browserbase browserbase_session_create

# Call a tool
npx -y smithery tool call kamath/browserbase browserbase_session_create '{}'

Direct MCP Connection

Endpoint: https://browserbase--kamath.run.tools

Required config:

  • browserbaseApiKey (query) — The Browserbase API Key to use
  • browserbaseProjectId (query) — The Browserbase Project ID to use

Optional config:

  • proxies (query) — Whether or not to use Browserbase proxies
  • keepAlive (query) — Whether or not to keep the Browserbase session alive
  • modelName (query) — The model to use for Stagehand (default: gemini-2.0-flash)
  • modelApiKey (query) — API key for the custom model provider. Required when using a model other than the default gemini-2.0-flash
  • experimental (query) — Enable experimental Stagehand features
  • advancedStealth (query) — Use advanced stealth mode. Only available to Browserbase Scale Plan users

Tools (9)

  • browserbase_session_create — Create or reuse a Browserbase browser session and set it as active.
  • browserbase_session_close — Close the current Browserbase session and reset the active context.
  • browserbase_stagehand_navigate — Navigate to a URL in the browser. Only use this tool with URLs you're confident will work and be up to date.
  • browserbase_stagehand_act — Perform a single action on the page (e.g., click, type).
  • browserbase_stagehand_extract — Extract structured data or text from the current page using an instruction.
  • browserbase_stagehand_observe — Find interactive elements on the page from an instruction; optionally return an action.
  • browserbase_screenshot — Capture a full-page screenshot and return it (and save as a resource).
  • browserbase_stagehand_get_url — Return the current page URL (full URL with query/fragment).
  • browserbase_stagehand_agent — Execute a task autonomously using Gemini Computer Use agent. The agent will navigate and interact with web pages to com…
# Get full input/output schema for a tool
npx -y smithery tool get kamath/browserbase 

目录标签

目录标签

JavaScriptAPI密钥HTTP浏览器自动化

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP