Skip to main content
Glama

spawn_browser

Create a new browser instance with its own profile and cookies for multi-account scraping or isolated sessions. Use switch_instance to route subsequent tools to this instance.

Instructions

Create a new named browser instance running in parallel with main. Each instance has its own profile, cookies, tabs, logs. Use for multi-account scraping or isolated sessions.

Args:
    instance_id: unique name (e.g., "scraper_1", "acct_alice")
    idle_timeout_seconds: auto-close after idle (0 = never, default 600s)
    profile_dir: override profile path (default: ~/.mcp-stealth/profiles/<id>/)
    other args: same as browser_launch

Use switch_instance(id) to route subsequent tool calls to this instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instance_idYes
urlNoabout:blank
headlessNo
proxyNo
user_agentNo
window_widthNo
window_heightNo
persistentNo
langNoen-US
extra_argsNo
storage_state_pathNo
idle_timeout_secondsNo
profile_dirNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RobithYusuf/mcp-stealth-chrome'

If you have feedback or need assistance with the MCP directory API, please join our Discord server