Skip to main content
Glama

Browserless MCP Server

initialize_browserless

Establish a connection to a Browserless instance for browser automation, enabling tasks like PDF generation, screenshots, content extraction, and performance audits.

Instructions

Initialize connection to Browserless instance

Input Schema

NameRequiredDescriptionDefault
concurrentNo
hostNolocalhost
portNo
protocolNohttp
timeoutNo
tokenYes

Input Schema (JSON Schema)

{ "properties": { "concurrent": { "default": 5, "type": "number" }, "host": { "default": "localhost", "type": "string" }, "port": { "default": 3000, "type": "number" }, "protocol": { "default": "http", "enum": [ "http", "https", "ws", "wss" ], "type": "string" }, "timeout": { "default": 30000, "type": "number" }, "token": { "type": "string" } }, "required": [ "token" ], "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