npm
npmjs.com › package › @playwright › mcp
@playwright/mcp - npm
Playwright Tools for MCP. Latest version: 0.0.53, last published: 4 days ago. Start using @playwright/mcp in your project by running `npm i @playwright/mcp`. There are 29 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 ...
13:24
Playwright + MCP in VS Code 🔥 Future of Test Automation is Here!
05:59
Playwright v1.56: From MCP to Playwright Agents - YouTube
03:39
Install Playwright MCP Server in VS Code – AI-Powered Web ...
09:33
Playwright MCP Server: Auto-Generate Test code while running UI ...
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
Follow the MCP install guide, use the standard config above. ... Go to Advanced settings -> Extensions -> Add custom extension. Name to your liking, use type STDIO, and set the command to npx @playwright/mcp.
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\{yourusername}\AppData\Roaming\Claude ·
npm
npmjs.com › package › @automatalabs › mcp-server-playwright
@automatalabs/mcp-server-playwright - npm
A Model Context Protocol server that provides browser automation capabilities using Playwright Enable LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment ...
» 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
Autify
autify.com › blog › playwright-mcp
Playwright MCP Server: What You Need to Know to Get Started
You still keep everything in the Playwright world for ownership: code, assertions, reports, and CI. MCP just gives you a clean, programmatic doorway into the same engine, whether the caller is an AI assistant or the small Node script you include in this article. Prerequisites: Node.js LTS installed (v20 or newer). npm or pnpm available on your PATH.
npm
npmjs.com › package › @cloudflare › playwright-mcp
@cloudflare/playwright-mcp - npm
Cloudflare Playwright Tools for MCP. Latest version: 0.0.5, last published: 4 months ago. 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
npm
npmjs.com › package › @mcp-world › playwright-mcp-world
@mcp-world/playwright-mcp-world - npm
An enhanced fork of microsoft/playwright-mcp with additional features for browser automation via MCP.
» npm install @mcp-world/playwright-mcp-world
Published Aug 03, 2025
Version 0.0.41
Author MCP World Community
npm
npmjs.com › package › @fastmcp-me › better-playwright-mcp
@fastmcp-me/better-playwright-mcp - npm
Better Playwright MCP v3 - High-performance browser automation with intelligent content search. Latest version: 3.2.0, last published: 18 days ago. Start using @fastmcp-me/better-playwright-mcp in your project by running `npm i @fastmcp-me/better-playwright-mcp`. There are no other projects in the npm registry using @fastmcp-me/better-playwright-mcp.
» npm install @fastmcp-me/better-playwright-mcp
Published Nov 10, 2025
Version 3.2.0
npm
npmjs.com › package › @hotnsoursoup › playwright-mcp-electron
@hotnsoursoup/playwright-mcp-electron - npm
Playwright Tools for MCP with Electron Support. Latest version: 0.0.30, last published: 4 months ago. Start using @hotnsoursoup/playwright-mcp-electron in your project by running `npm i @hotnsoursoup/playwright-mcp-electron`. There are no other projects in the npm registry using @hotnsoursoup/playwright-mcp-electron.
» npm install @hotnsoursoup/playwright-mcp-electron
npm
npmjs.com › package › @worka-ai › playwright-mcp
@worka-ai/playwright-mcp - npm
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright.
» 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
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 › @aethr › playwright-mcp
@aethr/playwright-mcp - npm
Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command npx @playwright/mcp.
» npm install @aethr/playwright-mcp
Published Jun 03, 2025
Version 0.0.28-patch.0
Author Autify Inc.