Skip to main content
Glama

Patchright Lite MCP Server

by dylangroos

browse

Automate web browsing to extract page titles and visible text without detection. Specify a URL, configure headless mode, and set a wait time for optimal results.

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" }

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