@LangChain: The @browserbase team is working on building the best tools for agents to use the browser It's super easy to attach the…

X AI KOLs Following Tools

Summary

The article discusses the integration of the open-source Stagehand SDK with Browserbase to provide ready-made browser tools for AI agents in LangChain, enabling easy setup for browser interaction.

The @browserbase team is working on building the best tools for agents to use the browser It's super easy to attach these to your deepagents: https://docs.langchain.com/oss/python/integrations/tools/stagehand…
Original Article
View Cached Full Text

Cached at: 09/10/26, 02:36 PM

The @browserbase team is working on building the best tools for agents to use the browser It’s super easy to attach these to your deepagents: https://docs.langchain.com/oss/python/integrations/tools/stagehand…


Stagehand + Browserbase integration - Docs by LangChain

Source: https://docs.langchain.com/oss/python/integrations/tools/stagehand Stagehand is an open-source SDK for browser agents, backed byBrowserbase—the complete platform to run agents that use the web like humans. The integration ships a ready-made MCP server that exposes three tools—run,snapshot, andscreenshot—directly to your Deep Agent, with no custom tool definitions required.

Setup

Prerequisites

  • Python 3.11–3.13
  • uv
  • A model-provider API key (e.g.OPENAI\_API\_KEY)
  • Local Chrome, or aBrowserbaseAPI key for a managed remote browser

Clone and install

Environment variables

Use with a Deep Agent

The integration’s MCP server (stagehand\-deepagents\-mcp) is launched over stdio byMultiServerMCPClient. Useload\_mcp\_toolsto get the tools and pass them directly tocreate\_deep\_agent— no manual tool definitions needed:

Server configuration


Similar Articles