playwrightess-mcp
v1.0.2
Published
MCP server for evaluating Playwright scripts with persistent session state
Readme
Playwrightess MCP
An MCP (Model Context Protocol) server that provides a persistent Playwright evaluation environment.
Unlike Playwright MCP this takes a very different approach. It exposes a JavaScript progrmaming
interface with persistence between calls. This allows the agent to write against the playwright
API with a single ubertool called playwright_eval.
This is an experiment and intentionally not published.
Installation
npm install
npm run buildUsage
Configure the MCP server:
{
"mcpServers": {
"playwriter-mcp": {
"type": "stdio",
"command": "node",
"args": ["/path/to/dist/index.js"],
"env": {}
}
}
}License
This is built with Claude and might not be copyrightable. Otherwise consider it Apache 2.0.
- License: Apache-2.0
