Cloud browser automation via Browserbase — create sessions, run Playwright scripts, capture screenshots.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"browserbase": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-browserbase",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify browserbase credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Cloud browser automation via Browserbase — create sessions, run Playwright scripts, capture screenshots.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-browserbase
This MCP server gives AI agents access to Browserbase via 7 tools. Connect it to any Aerostack workspace and your agents can interact with Browserbase directly.
| Tool | Description |
|---|---|
create_session | Create a new Browserbase browser session |
list_sessions | List Browserbase sessions, optionally filtered by status |
get_session | Get details of a specific Browserbase session |
stop_session | Stop a running Browserbase session |
get_session_recording | Get the recording URL for a completed Browserbase session |
list_contexts | List saved browser contexts (persistent auth state) for the project |
delete_context | Delete a saved browser context |
| Variable | Required | Description |
|---|---|---|
BROWSERBASE_API_KEY | Yes | Your BROWSERBASE API KEY from the service's developer settings |
Add the following secrets under Project → Secrets:
BROWSERBASE_API_KEYOnce added, every AI agent in your workspace can use Browserbase tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-browserbase \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-BROWSERBASE-API-KEY: your-browserbase-api-key' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"create_session","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-browserbase
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Search, index, and manage documents in your Elasticsearch cluster — AI-native full-text search and analytics.
by @aerostack
Scrape web pages, crawl entire sites, extract structured data, and search the web — AI-native web data extraction for RAG pipelines.
by @aerostack
Manage Google Ads campaigns, ad groups, keywords, and budgets — automate your PPC advertising with AI.
by @aerostack
Read, write, and format Google Sheets data — use your spreadsheets as a live AI-accessible data source.
by @aerostack
Manage CMS collections, publish content, and control site deployments in Webflow — AI-powered web publishing.
by @aerostack
Create, read, edit, and format Google Docs — paragraph styling, tables, images, comments, and real-time collaboration via Google Docs API.
Yes. The Browserbase MCP includes a create_session tool that lets Claude create sessions in your Browserbase account from a plain-English prompt. You can also update and delete sessions — no Browserbase UI needed.
Yes. The Browserbase MCP includes tools to list and retrieve sessions from your Browserbase account. Claude can filter, sort, and summarize sessions based on your instructions.
Yes. The Browserbase MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 7 Browserbase tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Browserbase MCP with encrypted credential storage and per-account authentication. Your Browserbase credentials are never shared with Claude's conversation — they're used server-side only.