
Playwrightess
STDIO提供持久化Playwright评估环境的MCP服务器
提供持久化Playwright评估环境的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.
npm install npm run build
Configure the MCP server:
{ "mcpServers": { "playwriter-mcp": { "type": "stdio", "command": "node", "args": ["/path/to/dist/index.js"], "env": {} } } }
This is built with Claude and might not be copyrightable. Otherwise consider it Apache 2.0.