GitHub
github.com › microsoft › playwright-mcp
GitHub - microsoft/playwright-mcp: Playwright MCP server
Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command npx @playwright/mcp@latest.
Starred by 24.8K users
Forked by 2K users
Languages TypeScript 54.4% | CSS 37.0% | JavaScript 6.0% | Dockerfile 1.6% | HTML 1.0%
npm
npmjs.com › package › @playwright › mcp
playwright/mcp
Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command npx @playwright/mcp@latest.
» 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
Videos
11:22
Generating Playwright Tests With AI: Let's Try the New Playwright ...
13:52
Playwright MCP Server: Installing and getting started in VS Code ...
09:33
Playwright MCP Server: Auto-Generate Test code while running UI ...
03:54
Playwright for Beginners. Install and run tests using the CLI - ...
05:19
Install an MCP Server in VS Code. (Watch me install Playwright ...
03:39
Install Playwright MCP Server in VS Code – AI-Powered Web ...
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 🔌
Logs are written to ~/playwright-mcp-server.log. 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 › 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
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: npx @michaellatman/mcp-get@latest install @executeautomation/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 ...
» npm install @executeautomation/playwright-mcp-server
Published Dec 12, 2025
Version 1.0.12
Author ExecuteAutomation, Ltd
GitHub
github.com › microsoft › playwright-mcp › tree › 64f65ccd105842204e3e1b1e1a7b28825492b089
GitHub - microsoft/playwright-mcp at 64f65ccd105842204e3e1b1e1a7b28825492b089
Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command npx @playwright/mcp@latest.
Starred by 24.8K users
Forked by 2K users
Languages TypeScript 54.4% | CSS 37.0% | JavaScript 6.0% | Dockerfile 1.6% | HTML 1.0%
Warp
mcp.so › server › playwright-mcp › microsoft
Playwright MCP server
To use Playwright MCP, you can run it using the command npx @playwright/mcp@latest in your terminal.
npm
npmjs.com › package › @automatalabs › mcp-server-playwright
@automatalabs/mcp-server-playwright - npm
MCP server for browser automation using Playwright. Latest version: 1.2.1, last published: 7 months ago. Start using @automatalabs/mcp-server-playwright in your project by running `npm i @automatalabs/mcp-server-playwright`. There are 1 other ...
» npm install @automatalabs/mcp-server-playwright
Playwright MCP Server
executeautomation.github.io › local development › installation
Installation | Playwright MCP Server
{ "mcpServers": { "playwright": { "command": "npx", "args": [ "--directory", "/your-playwright-mcp-server-clone-directory", "run", "@executeautomation/playwright-mcp-server" ] } } } if you are using windows, and let's say your clone directory is D:/automation/mcp-playwright, then you should replace "/your-playwright-mcp-server-clone-directory" with D:/automation/mcp-playwright not \ but we have to use / for config file.
QA Touch
qatouch.com › home › playwright mcp server explained: a guide to multi-client browser automation
A Detailed Guide To Playwright MCP Server
June 24, 2025 - You can check your Playwright version and install updates by running: ... Port Conflicts: The default port for MCP Server might be in use by another process, preventing the server from starting. Check if the default port (usually 3000) is being used by another application. You can either stop the conflicting process or change the port by specifying a different one when launching the server: npx ...