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
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
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
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
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
Videos
03:39
Install Playwright MCP Server in VS Code – AI-Powered Web ...
13:52
Playwright MCP Server: Installing and getting started in VS Code ...
05:19
Install an MCP Server in VS Code. (Watch me install Playwright ...
07:56
How to Install Playwright MCP Server in VS Code - YouTube
20:04
Playwright MCP Severs Explained: Automation and Testing - YouTube
10:45
MCP Tutorial 1 - Control Web Browser with Playwright MCP Server ...
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
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...
Reddit
reddit.com › r/claudeai › anyone get microsoft playwright mcp to work with claude code?
r/ClaudeAI on Reddit: Anyone get Microsoft Playwright MCP to Work with Claude Code?
June 9, 2025 -
No matter what I try, Claude code cannot access the Microsoft Playwright MCP. I'm searching for troubleshooting tips, but can't find anything. Is there anyone using it?
[EDIT] Solved, "claude mcp add playwright -- npx "@playwright/mcp@latest" worked.
Top answer 1 of 4
2
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`
2 of 4
1
Working on my end
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.
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.