
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
@browserbasehq/mcp-stagehand
Advanced tools
A Model Context Protocol (MCP) server that provides AI-powered web automation capabilities using Stagehand. This server enables LLMs to interact with web pages, perform actions, extract data, and observe possible actions in a real browser environment.
Run npm install
to install the necessary dependencies, then run npm run build
to get dist/index.js
.
Set up your Claude Desktop configuration to use the server.
{
"mcpServers": {
"stagehand": {
"command": "node",
"args": ["path/to/mcp-server-browserbase/stagehand/dist/index.js"],
"env": {
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_PROJECT_ID": "<YOUR_BROWSERBASE_PROJECT_ID>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
}
}
}
}
Restart your Claude Desktop app and you should see the tools available clicking the 🔨 icon.
Start using the tools! Below is a demo video of Claude doing a Google search for OpenAI using stagehand MCP server and Browserbase for a remote headless browser.
stagehand_navigate
url
(string): The URL to navigate tostagehand_act
action
(string): The action to perform (e.g., "click the login button")variables
(object, optional): Variables used in the action templatestagehand_extract
instruction
(string): Instruction for extraction (e.g., "extract the price of the item")schema
(object): JSON schema for the extracted datastagehand_observe
instruction
(string, optional): Instruction for observationThe server provides access to two types of resources:
Console Logs (console://logs
)
Screenshots (screenshot://<name>
)
Licensed under the MIT License.
Copyright 2024 Browserbase, Inc.
FAQs
MCP server for AI web browser automation using Stagehand
The npm package @browserbasehq/mcp-stagehand receives a total of 2 weekly downloads. As such, @browserbasehq/mcp-stagehand popularity was classified as not popular.
We found that @browserbasehq/mcp-stagehand demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.