Skip to main content
Glama

Patchright Lite MCP Server

by dylangroos

interact

Execute basic web interactions like clicking, filling, or selecting elements on a page using stealth browser automation with Patchright Lite MCP Server, ensuring anti-bot system evasion.

Instructions

Perform simple interactions on a page

Input Schema

NameRequiredDescriptionDefault
actionYesThe type of interaction to perform
browserIdYesBrowser ID from a previous browse operation
pageIdYesPage ID from a previous browse operation
selectorYesCSS selector for the element to interact with
valueNoValue for fill/select actions

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "The type of interaction to perform", "enum": [ "click", "fill", "select" ], "type": "string" }, "browserId": { "description": "Browser ID from a previous browse operation", "type": "string" }, "pageId": { "description": "Page ID from a previous browse operation", "type": "string" }, "selector": { "description": "CSS selector for the element to interact with", "type": "string" }, "value": { "description": "Value for fill/select actions", "type": "string" } }, "required": [ "browserId", "pageId", "action", "selector" ], "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