npm
npmjs.com › package › @playwright › mcp
@playwright/mcp - npm
Playwright Tools for MCP. Latest version: 0.0.53, last published: 5 days ago. Start using @playwright/mcp in your project by running `npm i @playwright/mcp`. There are 30 other projects in the npm registry using @playwright/mcp.
» npm install @playwright/mcp
Published Dec 20, 2025
Version 0.0.53
Author Microsoft Corporation
Repository https://github.com/microsoft/playwright-mcp
Homepage https://playwright.dev
npm
npmjs.com › package › playwright-mcp
playwright-mcp - npm
Playwright integration for ModelContext. Latest version: 0.0.13, last published: 2 months ago. Start using playwright-mcp in your project by running `npm i playwright-mcp`. There are 1 other projects in the npm registry using playwright-mcp.
» npm install playwright-mcp
Published Nov 05, 2025
Version 0.0.13
Author Ashish Bansal
Videos
13:52
Playwright MCP Server: Installing and getting started in VS Code ...
05:59
Playwright v1.56: From MCP to Playwright Agents - YouTube
13:24
Playwright + MCP in VS Code 🔥 Future of Test Automation is Here!
03:39
Install Playwright MCP Server in VS Code – AI-Powered Web ...
09:33
Playwright MCP Server: Auto-Generate Test code while running UI ...
09:40
The Perfect Tool for Quick Browser Tests - Playwright MCP Server ...
npm
npmjs.com › package › @executeautomation › playwright-mcp-server
@executeautomation/playwright-mcp-server - npm
Model Context Protocol servers for Playwright. Latest version: 1.0.12, last published: 10 days ago. Start using @executeautomation/playwright-mcp-server in your project by running `npm i @executeautomation/playwright-mcp-server`. There are 1 other projects in the npm registry using @executeautomation/playwright-mcp-server.
» npm install @executeautomation/playwright-mcp-server
Published Dec 12, 2025
Version 1.0.12
Author ExecuteAutomation, Ltd
Playwright MCP Server
executeautomation.github.io › playwright mcp server
Playwright MCP Server | Playwright MCP Server
To install Playwright MCP for Claude Desktop automatically via Smithery: npm install -g @executeautomation/playwright-mcp-server
Medium
medium.com › @peyman.iravani › setting-up-mcp-server-with-playwright-a-complete-integration-guide-bbd40dd008cf
Setting Up MCP Server with Playwright: A Complete Integration Guide | by peyman iravani | Medium
May 25, 2025 - # Create project directory mkdir mcp-playwright-server cd mcp-playwright-server # Initialize Node.js project npm init -y # Install core MCP dependencies npm install @modelcontextprotocol/sdk npm install @modelcontextprotocol/server-stdio # Install Playwright and related dependencies npm install playwright npm install @playwright/test # Install additional utilities npm install winston # For advanced logging npm install dotenv # Environment variable management npm install joi # Request validation npm install uuid # Unique identifier generation
GitHub
github.com › microsoft › playwright-mcp
GitHub - microsoft/playwright-mcp: Playwright MCP server
The Playwright MCP server can be configured using a JSON configuration file. You can specify the configuration file using the --config command line option: npx @playwright/mcp@latest --config path/to/config.json
Starred by 24.7K users
Forked by 2K users
Languages TypeScript 54.4% | CSS 37.0% | JavaScript 6.0% | Dockerfile 1.6% | HTML 1.0%
Playwright MCP Server
executeautomation.github.io › local development › installation
Installation | Playwright MCP Server
cd mcp-playwright npm install · npm install --save-dev typescript npm run build npm link · Modify your claude-desktop-config.json file as shown below to work with local playwright mcp server The file is generally located at C:\Users\{your...
npm
npmjs.com › package › @aethr › playwright-mcp
@aethr/playwright-mcp - npm
Latest version: 0.0.28-patch.0, last published: 4 months ago. Start using @aethr/playwright-mcp in your project by running `npm i @aethr/playwright-mcp`. There are no other projects in the npm registry using @aethr/playwright-mcp.
» npm install @aethr/playwright-mcp
Published Jun 03, 2025
Version 0.0.28-patch.0
Author Autify Inc.
npm
npmjs.com › package › @automatalabs › mcp-server-playwright
@automatalabs/mcp-server-playwright - npm
Start using @automatalabs/mcp-server-playwright in your project by running `npm i @automatalabs/mcp-server-playwright`. There are 1 other projects in the npm registry using @automatalabs/mcp-server-playwright.
» npm install @automatalabs/mcp-server-playwright
GitHub
github.com › microsoft › playwright › issues › 35264
[Bug]: playwright mcp package installation issue -- Cannot find module './lib/servers/snapshot' · Issue #35264 · microsoft/playwright
March 19, 2025 - Version Version 1.42.1 Steps to reproduce npm install --save-exact @playwright/[email protected] -- Looks installation is fine npm warn deprecated @playwright/[email protected]: Please update to the latest version of Playwright to te...
Published Mar 19, 2025
npm
npmjs.com › package › @cloudflare › playwright-mcp
@cloudflare/playwright-mcp - npm
Start using @cloudflare/playwright-mcp in your project by running `npm i @cloudflare/playwright-mcp`. There are no other projects in the npm registry using @cloudflare/playwright-mcp.
» npm install @cloudflare/playwright-mcp
Published Jul 29, 2025
Version 0.0.5
Repository https://github.com/cloudflare/playwright-mcp
Homepage https://playwright.dev
GitHub
github.com › executeautomation › mcp-playwright
GitHub - executeautomation/mcp-playwright: Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
When running headed browser on systems without display or from worker processes of IDEs, you can run the MCP server as a standalone HTTP server: Note for Claude Desktop Users: Claude Desktop currently requires stdio mode (command/args configuration). HTTP mode is recommended for VS Code, custom clients, and remote deployments. See CLAUDE_DESKTOP_CONFIG.md for details. # Using npx npx @executeautomation/playwright-mcp-server --port 8931 # Or after global installation playwright-mcp-server --port 8931
Starred by 5.1K users
Forked by 460 users
Languages TypeScript 93.6% | JavaScript 6.0%
npm
npmjs.com › package › @worka-ai › playwright-mcp
@worka-ai/playwright-mcp - npm
Playwright Tools for MCP. Latest version: 0.0.37-worka-ai.3, last published: 3 months ago. Start using @worka-ai/playwright-mcp in your project by running `npm i @worka-ai/playwright-mcp`. There are no other projects in the npm registry using @worka-ai/playwright-mcp.
» npm install @worka-ai/playwright-mcp
Published Sep 23, 2025
Version 0.0.37-worka-ai.3
Author Microsoft Corporation
Repository https://github.com/microsoft/playwright-mcp
Homepage https://playwright.dev
Cursor
forum.cursor.com › showcase
A playwright MCP server for Cursor - Showcase - Cursor - Community Forum
March 13, 2025 - We were trying to find better ways to write Playwright code and ended up creating a mcp server that helps cursor get the DOM context to write better test cases. We have created a package for the same. Sharing it here: playwright-mcp - npm I feel this can benefit other folks a lot. Ping me if ...