@andrew-chen-wang/patchright-mcp
v0.0.2
Published
Patchright Tools for MCP
Downloads
180
Readme
@andrew-chen-wang/patchright-mcp
Patchright-backed MCP server package mirroring the public surface of @playwright/mcp.
Supports both CommonJS and ESM imports.
Install
npm install @andrew-chen-wang/patchright-mcpCLI
npx @andrew-chen-wang/patchright-mcp --helpAPI
CommonJS:
const { createConnection } = require('@andrew-chen-wang/patchright-mcp');ESM:
import { createConnection } from '@andrew-chen-wang/patchright-mcp';