zencoder-playwright-mcp-server
v0.5.1
Published
Model Context Protocol (MCP) server implementation for Playwright
Maintainers
Readme
MCP Server for Playwright
This is a Model Context Protocol (MCP) server implementation for Playwright with Anthropic's computer use tool.
Installation
- Install dependencies:
yarn installBuilding
To build the project:
yarn buildRunning the Server
The server can be run in following modes:
stdio Transport
For command-line tools and direct integrations:
yarn start:stdioWith inspector
To inspect how the server works:
yarn start:inspectorPublishing
To publish the package to npm:
# Login to npm
npm login
# Build and publish
yarn publish