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 β Seamless MCP Server Setup (Playwright, Memory, Serena, Sequential Thinking)
hm.. how useful do you find Playwright MCP server? i tried it, but it wasn't so useful for automated ui/ux testing from my experience. maybe for just mvps? 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
5 days ago - 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.
Β» npm install @playwright/mcp
Published Β Dec 20, 2025
Version Β 0.0.53
Author Β Microsoft Corporation
Repository Β https://github.com/microsoft/playwright-mcp
Homepage Β https://playwright.dev
Supatest Blog
supatest.ai βΊ home βΊ blog βΊ playwright mcp: a new approach to browser automation
Playwright MCP Guide: Setup, Configuration & Best Practices
August 12, 2025 - Setting up Playwright MCP varies depending on your preferred development environment. Here are the most reliable methods based on community experiences and official documentation: ... The VS Code integration has received significant attention and appears to be the most stable option for many users. ... Install VS Code Insiders (recommended for the latest MCP features): Download from the official VS Code Insiders page, as some MCP features require the latest builds.
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 - Playwright MCP (Model Context Protocol) bridges AI agents and live browser sessions, letting AI interact with web apps via Playwright. ... Full suite of interaction tools: Click, type, wait, etc. Real-time page snapshots: Request current state anytime Β· Check out this video to easily install and run Playwright MCP: Playwright MCP in VS Code.
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...
GitHub
github.com βΊ executeautomation βΊ mcp-playwright
executeautomation/mcp-playwright ...
2 weeks ago - # Using npx npx @executeautomation/playwright-mcp-server --port 8931 # Or after global installation playwright-mcp-server --port 8931
Starred by 5.1K users
Forked by 460 users
Languages Β TypeScript 93.6% | JavaScript 6.0%
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.