Skip to content

erikfarrell/PlaywrightMCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright MCP + TypeScript Project

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.


1. Install Dependencies

From the repo root:

npm init -y
npm install -D @playwright/test typescript ts-node
npm install @modelcontextprotocol/sdk
npx playwright install
npx tsc --init

2. Install Playwright

npm init -y
npm install -D playwright typescript ts-node
npx playwright install
npx tsc --init

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors