🌐
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
🌐
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%
🌐
TestDino
testdino.com › blog › playwright-mcp
The Ultimate Guide to Playwright MCP in 2026 | TestDino
11 hours ago - Add and connect Playwright MCP with the command: claude mcp add playwright npx @playwright/mcp@latest
🌐
Simon Willison
til.simonwillison.net › claude-code › playwright-mcp-claude-code
Using Playwright MCP with Claude Code | Simon Willison’s TILs
claude mcp add playwright npx '@playwright/mcp@latest' That's it! Now when you run claude Playwright will be available. You can say things like: Use playwright mcp to open a browser to example.com · And a visible Chrome browser window, controlled ...
🌐
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%
Find elsewhere
🌐
Hugging Face
huggingface.co › blog › lynn-mikami › microsoft-playwright-mcp
Microsoft Playwright MCP: Tutorial for Beginners
The simplest way to start the ... Open your terminal or command prompt and run: ... Download the latest version of @playwright/mcp if you don't have it cached....
🌐
LobeHub
lobehub.com › mcp › vincenthanxiaodu-playwright-unblock-mcp
Lobehub
1 week ago - Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command npx @playwright/mcp@latest.
🌐
Autify
autify.com › blog › playwright-mcp
Playwright MCP Server: What You Need to Know to Get Started
It exposes Playwright’s browser actions as MCP tools. When you run npx @playwright/mcp@latest, you start a process that can do things like open a page, wait for something to appear, click, evaluate JavaScript, and take a screenshot.
🌐
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
    
Published   Jan 24, 2025
Version   1.2.1
Author   Automata Labs
🌐
LobeHub
lobehub.com › mcp › microsoft-playwright-mcp
Playwright MCP | MCP Servers · LobeHub
3 days ago - Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command npx @playwright/mcp@latest.
🌐
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.
🌐
Playbooks
playbooks.com › mcp › microsoft-playwright-browser-automation
Playwright Browser Automation MCP server for AI agents
{ "mcpServers": { "playwright": { "command": "npx", "args": [ "@playwright/mcp@latest" ] } } } To add an MCP server to a project you can create a new .cursor/mcp.json file or add it to the existing one.
🌐
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 ...
🌐
MCP Servers
mcpservers.org › playwright
Playwright | Awesome MCP Servers
Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command npx @playwright/mcp@latest.