🌐
GitHub
github.com › microsoft › playwright-mcp
GitHub - microsoft/playwright-mcp: Playwright MCP server
Name to your liking, use command ... npx @playwright/mcp@latest. You can also verify config or add command like arguments via clicking Edit. ... Alternatively, type /mcp within Factory droid to open an interactive UI for managing MCP servers.
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 Server
executeautomation.github.io › playwright mcp server
Playwright MCP Server | Playwright MCP Server
npx @smithery/cli install @executeautomation/playwright-mcp-server --client claude
Discussions

Anyone get Microsoft Playwright MCP to Work with Claude Code?
I use (in wsl) `claude mcp add playwright npx u/playwright/mcp @latest` only things that is tricky is that you cannot let claude install the browser or the deps since it needs sudo to elevate the commands, so just install them manually and follow the prompts in a terminal. then you can check using /mcp and see its installed and test it using a command like, `use playwright to navigate to google.com` More on reddit.com
🌐 r/ClaudeAI
24
9
June 9, 2025
CC using Playwright directly is vastly superior to Playwright MCP
You're absolutely right. (kek) People fail to realize it was already a fucking automation tool. Just use the tool. LMao More on reddit.com
🌐 r/ClaudeCode
65
100
August 27, 2025
Claude code + playwright mcp - how did you speed up the browser interactions
I say this with all the kindness in the world. Why the fuck would you burn Claude code tokens running playwright tests? Why would you not just write the tests and then have the tests run with CI/CD pipelines? More on reddit.com
🌐 r/ClaudeAI
35
8
May 17, 2025
Gemini's Antigravity is able to interact with your browser, record it, and test if features are working like a real user.
Guys it can do way more then that. You can literally tell it to go to a website and STUDY that website, and then COPY IT. It can interact with TOOLS in the browser. Guys this is HUGE. More on reddit.com
🌐 r/Bard
6
29
November 18, 2025
🌐
Medium
medium.com › @testerstalk › how-to-install-microsoft-playwright-mcp-server-in-vs-code-9e65513e23e5
How to Install Microsoft Playwright MCP Server in VS Code? | by Testers Talk | Medium
August 4, 2025 - You will see a screen as beLow & Select “MCP: List Servers” option ... Then, “setting.json” file will open. ... Next, Click on “Start” in the settings json file. ... Finally, At the end make sure that Playwright MCP Server is running.
🌐
Playwright
playwright.dev › installation
Installation | Playwright
Playwright supports Chromium, WebKit and Firefox on Windows, Linux and macOS, locally or in CI, headless or headed, with native mobile emulation for Chrome (Android) and Mobile Safari. ... Get started by installing Playwright using one of the following methods.
🌐
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 - You’ll be greeted by a curated list of available MCP servers, each with a description and quick actions. Find the server you want and click the Install button.
🌐
Simon Willison
til.simonwillison.net › claude-code › playwright-mcp-claude-code
Using Playwright MCP with Claude Code | Simon Willison’s TILs
Inspired by Armin, I decided to figure out how to use the official microsoft/playwright-mcp Playwright MCP server with Claude Code.
🌐
npm
npmjs.com › package › playwright-mcp
playwright-mcp - npm
November 5, 2025 - 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
Find elsewhere
🌐
LobeHub
lobehub.com › mcp › abhishek0505bit-playwright-mcpserver
Integrating Playwright MCP Server with Cursor AI | MCP Servers · LobeHub
1 month ago - This MCP Server allows integration of Playwright with Cursor AI via manual configuration by adding a .cursor/mcp.json file specifying the server command. No external data files are required beyond this configuration file.
🌐
Playwright MCP Server
executeautomation.github.io › local development › installation
Installation | Playwright MCP Server
cd mcp-playwright npm install · npm install --save-dev typescript npm run build npm link · Modify your claude-desktop-config.json file as shown below to work with local playwright mcp server The file is generally located at C:\Users\{your...
🌐
Playwright
playwright.dev › agents
Agents | Playwright
October 9, 2025 - repo/ .github/ # agent definitions specs/ # human-readable test plans basic-operations.md tests/ # generated Playwright tests seed.spec.ts # seed test for environment tests/create/add-valid-todo.spec.ts playwright.config.ts · Under the hood, agent definitions are collections of instructions and MCP tools.
🌐
MCP Servers
mcpservers.org › playwright
Playwright | Awesome MCP Servers
droid mcp add playwright "npx @playwright/mcp@latest" Alternatively, type /mcp within Factory droid to open an interactive UI for managing MCP servers. For more information, see the Factory MCP documentation.
🌐
NashTech Blog
blog.nashtechglobal.com › home › how playwright mcp server improves the ai capabilities for automation testing
How Playwright MCP Server improves the AI capabilities for automation testing - NashTech Blog
June 10, 2025 - You can go to https://github.com/microsoft/playwright-mcp and click VS Code symbol in the README. You also can use VS Code CLI for installing it.
🌐
Playbooks
playbooks.com › mcp › microsoft-playwright-browser-automation
Playwright Browser Automation MCP server for AI agents
Claude Desktop: Follow the MCP install guide using the standard config · Goose: Use the "Install in Goose" button or add manually in Advanced settings → Extensions · The Playwright MCP server accepts various command-line arguments to customize its behavior:
🌐
Augment Code
augmentcode.com › mcp › mcp-playwright
mcp-playwright - MCP Server Registry - Augment Code
Playwright Model Context Protocol Server – expose Playwright-based browser automation, screenshotting, code-gen and JS execution as MCP tools. ... # 1. Install the server and Playwright browsers npm i -g mcp-playwright playwright # 2. Verify ...
🌐
Openai
developers.openai.com › codex › mcp
Model Context Protocol
To configure your MCP servers, you have two options: Using the CLI: If you have the Codex CLI installed, you can use the codex mcp command to configure your MCP servers.
🌐
4sysops
4sysops.com › home › blog › articles › install microsoft playwright mcp server in vs code for ai-powered-browser automation in github copilot agent mode
Install Microsoft Playwright MCP server in VS Code for AI-powered-browser automation in GitHub Copilot Agent Mode – 4sysops
April 17, 2025 - Microsoft introduced support for MCP in Visual Studio Code 1.99 (March 2025), enabling tools like the Copilot Agent to connect with external services. In this post, I explain how to install the Microsoft Playwright MCP server in VS Code for the GitHub Copilot Agent.
🌐
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
medium.com › @diaslalinda › set-up-playwright-mcp-in-vs-code-and-write-e2e-tests-cbc76ddea25d
Set Up Playwright MCP in VS Code and Write E2E Tests | by Lalinda Dias | Medium
July 12, 2025 - Playwright MCP bridges the gap between AI assistants (like GitHub Copilot or Claude) and a real browser, enabling them to interact with your app, gather context, and generate runnable Playwright tests from plain English instructions. It unlocks the ability to automate browser actions, explore UI elements, and generate tests, even if you don’t have direct access to the application’s codebase. ... This command installs the Playwright MCP package locally, making the MCP server available for your project.