mitsuhiko

Playwrightess MCP

Community mitsuhiko
Updated

An experiment of using playwright MCP via JavaScript

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 progrmaminginterface with persistence between calls. This allows the agent to write against the playwrightAPI with a single ubertool called playwright_eval.

This is an experiment and intentionally not published.

Installation

npm install
npm run build

Usage

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.

MCP Server · Populars

MCP Server · New