🌐
GitHub
github.com › microsoft › playwright-mcp
GitHub - microsoft/playwright-mcp: Playwright MCP server
--device <device> device to emulate, for example: "iPhone 15" --executable-path <path> path to the browser executable. --extension Connect to a running browser instance (Edge/Chrome only). Requires the "Playwright MCP Bridge" browser extension to be installed.
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%
🌐
DEV Community
dev.to › debs_obrien › testing-in-a-logged-in-state-with-the-playwright-mcp-browser-extension-4cmg
Testing in a Logged-In State with the Playwright MCP Browser Extension - DEV Community
August 21, 2025 - You can now launch the MCP server against an existing browser profile — one that’s already logged in — and test your app. Previously, using the Playwright MCP server meant:
🌐
Autify
autify.com › blog › playwright-mcp
Playwright MCP Server: What You Need to Know to Get Started
This is where Playwright MCP helps in a practical way. MCP (Model Context Protocol) is a light bridge between a client and the Playwright engine you already trust; in this article the client is a plain Node script.
🌐
Zstack-cloud
zstack-cloud.com › blog › playwright-mcp-deep-dive-the-perfect-combination-of-large-language-models-and-browser-automation
Playwright-MCP: AI Automation, AI Automation Testing, AOM Tree
A: Playwright-MCP is a bridge between large language models (LLMs) and browsers. Instead of relying on fragile screenshot recognition, it lets AI understand a page through its AOM Tree — the same structure used by screen readers. That means your AI can “see” elements semantically (buttons, ...
🌐
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 - In our first article, we explored the foundational concepts of the MCP (Model Context Protocol) server architecture and its revolutionary approach to QA automation. Our second piece delved deep into Playwright’s JavaScript fundamentals, establishing the technical foundation needed for professional QA engineering. We’re ready to bridge these powerful technologies, creating a sophisticated integration combining MCP’s intelligent orchestration capabilities with Playwright’s robust browser automation.
🌐
Skypage
skywork.ai › skypage › en › The-Ultimate-Guide-to-Playwright-MCP-for-AI-Engineers-(2025) › 1970658044610473984
The Ultimate Guide to Playwright MCP for AI Engineers (2025)
This allows an AI, like GitHub ... structured, reliable way. The Core Concept: A Bridge for AI At its heart, the Playwright MCP server is a bridge....
🌐
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 - This makes it ideal for tasks like ... or screenshots. MCP Server: Acts as a bridge, translating LLM commands (e.g., “click the login button”) into Playwright actions....
Find elsewhere
🌐
GitHub
github.com › microsoft › playwright-mcp › issues › 965
Playwright MCP Bridge always need to allow the connection · Issue #965 · microsoft/playwright-mcp
July 11, 2025 - About the Chrome plugin: Playwright MCP Bridge Every time MCP is executed, such as opening a webpage or fetching a webpage, it prompts: Playwright MCP started from "cursor-vscode/1.0.0" i...
Published   Aug 28, 2025
🌐
Skyvern Blog
skyvern.com › blog › playwright-mcp-reviews-and-alternatives-2025
Playwright MCP Reviews and Alternatives 2025
August 4, 2025 - Playwright MCP is a server that acts as a bridge between Large Language Models (LLMs) or other agents and Playwright-managed browsers.
🌐
Skypage
skywork.ai › skypage › en › playwright-mcp-server-ai-agent › 1979021549403492352
Playwright MCP Server by showfive: Your AI Agent's Bridge to the Web
Conclusion &amp; Disclaimer The ... into the future of agentic AI. It provides a powerful, lightweight, and easy-to-use bridge for AI engineers to connect LLMs to the interactive web....
🌐
npm
npmjs.com › package › @playwright › mcp
playwright/mcp
--device <device> device to emulate, for example: "iPhone 15" --executable-path <path> path to the browser executable. --extension Connect to a running browser instance (Edge/Chrome only). Requires the "Playwright MCP Bridge" browser extension to be installed.
      » npm install @playwright/mcp
    
Published   Dec 20, 2025
Version   0.0.53
Author   Microsoft Corporation
🌐
GitHub
raw.githubusercontent.com › microsoft › playwright-mcp › main › README.md
Githubusercontent
Cursor #### Click the button to install: [](https://cursor.com/en/install-mcp?name=Playwright&config=eyJjb21tYW5kIjoibnB4IEBwbGF5d3JpZ2h0L21jcEBsYXRlc3QifQ==) #### Or install manually: Go to `Cursor Settings` -> `MCP` -> `Add new MCP Server`. Name to your liking, use `command` type with the command `npx @playwright/mcp@latest`. You can also verify config or add command like arguments via clicking `Edit`. Factory Use the Factory CLI to add the Playwright MCP server: ```bash droid mcp add playwright "npx @playwright/mcp@latest" ``` Alternatively, type `/mcp` within Factory droid to open an interactive UI for managing MCP servers.
🌐
Medium
medium.com › @divyakandpal93 › what-is-playwright-mcp-the-bridge-between-ai-and-website-testing-explained-simply-93d768e7ebca
What is Playwright MCP? The Bridge Between AI and Website Testing (Explained Simply) | by Divya Kandpal | Medium
October 8, 2025 - Playwright is a popular tool that ... for you. MCP (Model Context Protocol) is a bridge or translator that allows an AI model (like ChatGPT) to talk to tools like Playwright....
🌐
GitHub
github.com › microsoft › playwright-mcp › issues › 921
Playwright MCP Server Launches New Chrome Instance Despite Configuration · Issue #921 · microsoft/playwright-mcp
August 20, 2025 - When configured with: --extension flag: Should connect to existing Chrome instance via the Playwright MCP Bridge extension
Published   Aug 20, 2025
🌐
PulseMCP
pulsemcp.com › servers › microsoft-playwright-browser-automation
Official Playwright Browser Automation MCP Server | PulseMCP
Bridges AI models with Scrappey's web automation platform, enabling browser session management, HTTP requests, and... ... Enables real-time web debugging by using Playwright to open browsers, monitor console logs, and track network...
🌐
Speakeasy
speakeasy.com › blog › playwright-tool-proliferation
Why less is more: The Playwright proliferation problem with MCP | Speakeasy
January 15, 2025 - The Playwright MCP server acts as a bridge between AI agents and Playwright’s browser usage capabilities.
🌐
DEV Community
dev.to › debs_obrien › generate-playwright-tests-without-code-access-using-mcp-and-copilot-2m05
Generate Playwright Tests Without Code Access Using MCP and Copilot - DEV Community
June 18, 2025 - But that changes with Playwright MCP (Model Context Protocol). An MCP acts as a bridge between Copilot and the real browser, allowing it to open websites, interact with UI elements, and take snapshots of the page.