This repository contains a minimal, Windows‑friendly setup for:
- A Playwright + TypeScript project
- A working Playwright MCP server (launched via
npx) - A TypeScript MCP client that connects to the server
This project is GitHub‑hosted, not an npm package.
Nothing here is published to npm.
From the repo root:
npm init -y
npm install -D @playwright/test typescript ts-node
npm install @modelcontextprotocol/sdk
npx playwright install
npx tsc --initnpm init -y
npm install -D playwright typescript ts-node
npx playwright install
npx tsc --init