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%
Playwright MCP Bridge always need to allow the connection
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... More on github.com
Playwright MCP Server Launches New Chrome Instance Despite Configuration
When configured with: --extension flag: Should connect to existing Chrome instance via the Playwright MCP Bridge extension More on github.com
[Playwright MCP Bridge Chrome Extension] Not compatible with enterprise security policies (please publish it)
Why isn't it hosted in Chrome Web Store where it's easily installable? (not a rhetorical question, actually wondering if they forbade it or something) This .zip file download can only be in... More on github.com
Has anyone used Playwright MCP yet? I'm wondering what are the pros and cons that people have seen.
Yes! I did some checks last week, for any mid/high complexity website it’s complete crap and can’t solve any locators etc, it’s also kind of slow and made my LLM crash a few times, used it with Claude and with copilot. Basically it’s crap More on reddit.com
Videos
06:54
Playwright MCP + Chrome Extension: Testing with Logged-In Profiles ...
12:15
Why Do You Need (or NOT) the Playwright MCP Server. - YouTube
17:33
Manual Testing with Playwright MCP – No Code, Just Prompts! - ...
05:59
Playwright v1.56: From MCP to Playwright Agents - YouTube
01:02:57
Playwright Live - Testing with AI using Playwright MCP (Model Context ...
Playwright MCP Chrome Extension 😱 - YouTube
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
October 29, 2025 - 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, ...
GitHub
github.com › microsoft › playwright-mcp › issues › 965
Playwright MCP Bridge always need to allow the connection · Issue #965 · microsoft/playwright-mcp
July 10, 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
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.
jsDelivr
jsdelivr.com › package › npm › playwright-mcp-advanced
playwright-mcp-advanced CDN by jsDelivr - A CDN for npm and GitHub
July 26, 2025 - A free, fast, and reliable CDN for playwright-mcp-advanced. Advanced Playwright Tools for MCP
Published Jun 14, 2025
GitHub
raw.githubusercontent.com › microsoft › playwright-mcp › main › README.md
https://raw.githubusercontent.com/microsoft/playwr...
Claude Desktop Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user), use the standard config above. Codex Use the Codex CLI to add the Playwright MCP server: ```bash codex mcp add playwright npx "@playwright/mcp@latest" ``` Alternatively, create or edit the configuration file `~/.codex/config.toml` and add: ```toml [mcp_servers.playwright] command = "npx" args = ["@playwright/mcp@latest"] ``` For more information, see the [Codex MCP documentation](https://github.com/openai/codex/blob/main/codex-rs/config.md#mcp_servers).
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
Playbooks
playbooks.com › mcp › playwright-browser-automation
Playwright Browser Automation MCP server for AI agents
For example, from another container on the same DNS-based network: http://playwright-sse-mcp-server:3002/sse. From the host, you can also use host.docker.internal on Docker Desktop or the bridge gateway IP on Linux to reach the server, for example: http://host.docker.internal:3002/sse or http://172.17.0.1:3002/sse depending on your environment.
Fossies
fossies.org › linux › playwright › packages › playwright › src › mcp › program.ts
packages/playwright/src/mcp/program.ts
Fossies - The Free Open Source Software archive with special browsing features: Listing of the folder /linux/
Wener
wener.me › ai › mcp › playwright-mcp
playwright-mcp | Wener Live & Life
September 15, 2025 - Playwright MCP Bridge https://github.com/microsoft/playwright-mcp/releases · # http://localhost:8931/mcp # http://localhost:8931/sse npx @playwright/mcp@latest --port 8931 # by Remote SSE claude mcp add playwright -s project -t sse http://localhost:8931/sse ·
GitHub
github.com › microsoft › playwright-mcp › issues › 1035
[Playwright MCP Bridge Chrome Extension] Not compatible ...
September 13, 2025 - [Playwright MCP Bridge Chrome Extension] Not compatible with enterprise security policies (please publish it)#1035
Published Sep 13, 2025
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 Vijay Kumar Maurya | 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....
GitHub
github.com › executeautomation › mcp-playwright
executeautomation/mcp-playwright ...
2 weeks ago - 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%