You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/mcp/introduction.mdx
-40Lines changed: 0 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,6 @@ The Browserbase MCP Server brings powerful browser automation capabilities to Cl
12
12
This server enables Claude to control browsers, navigate websites, interact with web elements, and extract data—all through simple conversational commands.
13
13
</Info>
14
14
15
-
<Note>
16
-
**Two Ways to Use MCP:**
17
-
1.**Browserbase MCP Server**: Provides browser automation tools to Claude Desktop and other MCP clients
18
-
2.**MCP Integrations in Stagehand**: Add external tools (like Exa search, Supabase) to Stagehand agents
19
-
20
-
This documentation covers the Browserbase MCP Server. For using MCP integrations within Stagehand agents, see [MCP Integrations](/best-practices/mcp-integrations).
21
-
</Note>
22
-
23
15
## Key Features
24
16
25
17
<CardGroupcols={2}>
@@ -36,10 +28,6 @@ Extract structured data from any website automatically
Mapping of session IDs to their current URLs in JSON format
74
-
</ResponseField>
75
-
</Accordion>
76
-
77
-
## Single Session Management
78
-
79
-
Traditional approach with one active browser session. Simpler for basic automation tasks and automatically manages the active session.
73
+
Manage your browser session lifecycle with create and close operations.
80
74
81
75
<Accordiontitle="browserbase_session_create">
82
76
Create or reuse a cloud browser session using Browserbase with fully initialized Stagehand
@@ -94,124 +88,6 @@ Close the current Browserbase session, disconnect the browser, and cleanup Stage
94
88
95
89
</Accordion>
96
90
97
-
## Multi-Session Management
98
-
99
-
Advanced approach with multiple parallel browser sessions for complex automation workflows. Each session maintains independent state, cookies, and browser context.
0 commit comments