Patchright Lite MCP Server logo

Patchright Lite MCP Server

by dylangroos

A streamlined Model Context Protocol (MCP) server that wraps the Patchright Node.js SDK to provide stealth browser automation capabilities to AI models. This lightweight server focuses on essential functionality to make it easier for simpler AI models to use.

View on GitHub

Last updated: N/A

What is Patchright Lite MCP Server?

Patchright Lite MCP Server is a lightweight Model Context Protocol (MCP) server that wraps the Patchright Node.js SDK, providing stealth browser automation capabilities to AI models. It allows AI models to interact with websites without being detected by anti-bot systems by leveraging Patchright's stealth features.

How to use Patchright Lite MCP Server?

To use the server, first clone the repository, install the dependencies, build the TypeScript code, and install Chromium-Driver for Patchright. Then, run the server using npm start. Integrate it with AI models like Claude Desktop or VS Code with GitHub Copilot by configuring the MCP server settings with the correct path to the server's entry point. Use the provided tools (browse, interact, extract, close) with their respective parameters to automate browser actions.

Key features of Patchright Lite MCP Server

  • Simple Interface

  • Stealth Automation

  • MCP Standard

  • Stdio Transport

Use cases of Patchright Lite MCP Server

  • Automated data extraction from websites

  • AI-powered web form filling and submission

  • Stealth browser automation for AI agents

  • Automated website testing and validation

FAQ from Patchright Lite MCP Server

What is Patchright?

Patchright is an undetected version of the Playwright testing and automation framework.

What is MCP?

MCP stands for Model Context Protocol, a standardized protocol for AI integration.

What are the prerequisites for running the server?

Node.js 18+ and npm or yarn.

How do I integrate this server with Claude Desktop?

Add the server configuration to your claude-desktop-config.json file.

What are the available tools?

The server provides 4 essential tools: browse, interact, extract, and close.