Skip to main content
Glama

Patchright Lite MCP Server

by dylangroos

browse

Extract page titles and visible text from URLs using stealth browser automation. Run in headless mode and specify wait times to ensure accurate data retrieval, bypassing anti-bot systems effectively.

Instructions

Browse to a URL and return the page title and visible text

Input Schema

NameRequiredDescriptionDefault
headlessNoWhether to run the browser in headless mode
urlYesThe URL to navigate to
waitForNoTime to wait after page load (milliseconds)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "headless": { "default": false, "description": "Whether to run the browser in headless mode", "type": "boolean" }, "url": { "description": "The URL to navigate to", "format": "uri", "type": "string" }, "waitFor": { "default": 1000, "description": "Time to wait after page load (milliseconds)", "type": "number" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Patchright Lite 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/dylangroos/patchright-mcp-lite'

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