Skip to content
LangChain

browser forest for LangChain

com.browserforest/browser-forest

Undetectable cloud browser sessions for AI agents and scrapers. Navigate, extract, click, captcha.

client:LangChain transport:streamable-http

Install browser forest in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "browser-forest": {
            "transport": "streamable_http",
            "url": "https://browserforest.com/api/mcp/bf",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

browser forest in other clients