🌐
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.7K users
Forked by 2K users
Languages   TypeScript 54.4% | CSS 37.0% | JavaScript 6.0% | Dockerfile 1.6% | HTML 1.0%
🌐
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 🔌
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌 - executeautomation/mcp-playwright
Starred by 5.1K users
Forked by 460 users
Languages   TypeScript 93.6% | JavaScript 6.0%
🌐
npm
npmjs.com › package › @playwright › mcp
playwright/mcp
Playwright Tools for MCP. Latest version: 0.0.53, last published: 3 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
🌐
GitHub
github.com › microsoft › playwright-mcp › releases
Releases · microsoft/playwright-mcp
Releases · microsoft/playwright-mcp · 20 Dec 02:32 · yury-s · v0.0.53 · 0a6f1c4 · This commit was created on GitHub.com and signed with GitHub’s verified signature. GPG key ID: B5690EEEBB952194 · Verified · Learn about vigilant mode. Compare · Filter · Loading · There was an error while loading. Please reload this page. View all tags · v0.0.53 Latest ·
Author   microsoft
🌐
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 › 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
🌐
Microsoft Developer
developer.microsoft.com › dev blogs › blog › the complete playwright end-to-end story, tools, ai, and real-world workflows
The Complete Playwright End-to-End Story, Tools, AI, and Real-World Workflows - Microsoft for Developers
August 8, 2025 - From its powerful test runner to rich developer tools like the VS Code extension, Codegen, UI Mode, and Trace Viewer, Playwright covers every phase of your testing journey. With the recent integration of Playwright MCP and the Playwright MCP server included in GitHub Copilot’s Coding Agent, AI-assisted development is now a reality, supercharging productivity and enabling smarter workflows.
🌐
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.
🌐
Simon Willison
til.simonwillison.net › claude-code › playwright-mcp-claude-code
Using Playwright MCP with Claude Code | Simon Willison’s TILs
That object includes MCPs and allowed commands as well. Since Claude uses a visible browser window when interacting with Playwright, authentication is easy: have it show you a login page, then login yourself with your own credentials and tell it what to do next.
Find elsewhere
🌐
Playwright
playwright.dev › community › mcp-videos
MCP Videos | Playwright
Learn about Model Context Protocol (MCP) integration with Playwright · Playwright Testing Agents: under the hood · Playwright Agents, Plan, generate and fix · Let AI explore your site and write tests with Playwright MCP · How to Generate Playwright Tests using MCP + GitHub Copilot ·
🌐
Docker Hub
hub.docker.com › r › mcp › playwright
mcp/playwright - Docker Image
© 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal
🌐
Medium
adequatica.medium.com › generative-automation-testing-with-playwright-mcp-server-45e9b8f6f92a
Generative Automation Testing with Playwright MCP Server | by Andrey Enin | Medium
June 1, 2025 - Generative Automation Testing with Playwright MCP Server As a test engineer, you cannot ignore AI trends and hyped tools. You have to give them a try. A while ago, Playwright introduced Playwright …
🌐
Playwright MCP Server
executeautomation.github.io › release notes
Release Notes | Playwright MCP Server
Support of iFrame while running Playwright test via MCP (Supports Cline as well). Thanks to @VinceOPS · Fixed issue while saving PNG file. Thanks to @BayLee4 · Fixed issue with full page screenshot arguments to be passed to tool, thanks for the report @unipro-LeighMason · Updated to latest version of Playwright and MCP Server library
🌐
Hugging Face
huggingface.co › blog › lynn-mikami › microsoft-playwright-mcp
Microsoft Playwright MCP: Tutorial for Beginners
The simplest way to start the Playwright MCP server is using npx, which downloads and runs the package without needing a permanent installation. Open your terminal or command prompt and run: ... Download the latest version of @playwright/mcp if you don't have it cached.
🌐
DEV Community
dev.to › debs_obrien › install-playwright-mcp-server-in-vs-code-4o91
Install Playwright MCP Server in VS Code - DEV Community
July 15, 2025 - Installing MCP(Model Context Protocol) servers in Visual Studio Code just got a major upgrade! With... Tagged with playwright, mcp, ai, vscode.
🌐
Reddit
reddit.com › r/qualityassurance › opinions on playwright mcp?
r/QualityAssurance on Reddit: Opinions on Playwright MCP?
September 6, 2025 -

That. I've just had a meeting with the QA department in the company and the QA lead strongly encouraged (aka, is forcing) us to start using AI. The one they mentioned and one that drew my attention was Playwright MCP. They said it was wonderful and marvelous. I know they're doing this because their clients are asking the employees to start using it because it speeds processes up by a lot. I'm about to try it out but I don't know... I love creating test cases and automating them. I have a good time and that's the reason why Im into automation (half coding skills, half understanding the business). Not a fan of AI doing all my freaking job. I will still be doing automation test cases on my own in my repo. But have you tried it? What do you think of it?

PD: I've just tried. My opinion? Yeah it has potential as someone said here. I spent around an hour to get one single test running unsuccessfully. It's a tricky app, but quite close to a real scenario where things can get that way. I do see it can save a shit ton of time finding locators and setting the POM structure, not not much more. Actually, I showed it my code (which runs smoothly in every case) and it still couldn't get the test done correctly.

🌐
Medium
medium.com › @bluudit › playwright-mcp-comprehensive-guide-to-ai-powered-browser-automation-in-2025-712c9fd6cffa
Playwright MCP: Comprehensive Guide to AI-Powered Browser Automation in 2025 | by Vijaykumar | Medium
April 28, 2025 - As web applications grow more dynamic and testing demands soar — the global test automation market is set to hit $52 billion by 2027, per Statista — Playwright MCP offers a fast, reliable, and LLM-friendly solution. This Playwright MCP guide covers its features, setup, use cases, and a hands-on example, plus charts comparing it to tools like Selenium and Puppeteer.
🌐
Testomat
testomat.io › home › playwright mcp: modern test automation from zero to hero
Playwright MCP: A Modern Guide to Test Automation
September 16, 2025 - While Playwright MCP presents several benefits, there are also potential drawbacks to consider. Understanding both can help you make informed decisions about using it. ✅ Smart test generation. Teams can create test cases automatically from the latest data of the application, which is based on Playwright’s MCP ability to utilize Large Language Models (LLMs) and develop more tests to increase test coverage.
Address   Ul. Koszykarska 27b-26, Kraków
🌐
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 - To ensure efficient and effective use of Playwright MCP Server, here are some best practices: Always keep Playwright and related dependencies up to date to ensure you benefit from the latest bug fixes, performance improvements, and new features.