Skip to main content
Glama

Browserless MCP Server

create_websocket_connection

Establish WebSocket connections for Puppeteer or Playwright to automate browser tasks like web scraping, testing, or content extraction. Supports stealth mode, ad blocking, and custom viewports.

Instructions

Create WebSocket connection for Puppeteer/Playwright

Input Schema

NameRequiredDescriptionDefault
blockAdsNo
browserNo
extraHTTPHeadersNo
libraryNo
stealthNo
userAgentNo
viewportNo

Input Schema (JSON Schema)

{ "properties": { "blockAds": { "type": "boolean" }, "browser": { "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "extraHTTPHeaders": { "type": "object" }, "library": { "enum": [ "puppeteer", "playwright" ], "type": "string" }, "stealth": { "type": "boolean" }, "userAgent": { "type": "string" }, "viewport": { "properties": { "deviceScaleFactor": { "type": "number" }, "hasTouch": { "type": "boolean" }, "height": { "type": "number" }, "isMobile": { "type": "boolean" }, "width": { "type": "number" } }, "type": "object" } }, "type": "object" }

Other Tools from Browserless MCP Server

Related Tools

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/Lizzard-Solutions/browserless-mcp'

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