MCP Hub
Back to servers

Playwrightess (Playwright)

A specialized Playwright MCP server that provides a persistent JavaScript execution environment, allowing agents to maintain browser state and page context across multiple tool calls.

Stars
73
Forks
3
Tools
1
Updated
Aug 22, 2025
Validated
Jan 19, 2026

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 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.

Reviews

No reviews yet

Sign in to write a review