Provides a server package for browser automation, mirroring the public surface of `@playwright/mcp`.
Patchright-mcp is a specialized server package designed to facilitate browser automation by mirroring the Multi-Client Protocol (MCP) surface of `@playwright/mcp`. Leveraging the `patchright` library, it offers developers a compatible and familiar interface to build robust programmatic browser control solutions. This tool supports both CommonJS and ESM imports, providing flexibility for integration into various JavaScript projects, and includes a command-line interface for convenient interaction.
主な機能
01Mirrors the `@playwright/mcp` public API surface
02Supports both CommonJS and ESM module imports
03Includes a command-line interface (CLI)
040 GitHub stars
05Backed by the `patchright` library
ユースケース
01Developing custom browser automation scripts and applications
02Integrating programmatic browser control into existing systems
03Building services that require headless or headed browser interactions