GitHub
github.blog › home › ai & ml › github copilot › how to debug a web app with playwright mcp and github copilot
How to debug a web app with Playwright MCP and GitHub Copilot - The GitHub Blog
September 5, 2025 - Fortunately, GitHub Copilot with the help of the Playwright Model Context Protocol (MCP) server can automate that entire process.
Videos
34:46
Starting with Playwright AI Automation MCP with Copilot - YouTube
01:25:16
AI-Powered Test Automation with Playwright MCP, GitHub Copilot ...
06:21
Playwright MCP + GitHub Copilot: Write Tests in Seconds - YouTube
06:51
Level Up Test Automation with Copilot Agent Mode and Playwright ...
GitHub
github.com › microsoft › playwright-mcp
GitHub - microsoft/playwright-mcp: Playwright MCP server
After installation, the Playwright MCP server will be available for use with your GitHub Copilot agent in VS Code.
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%
GitHub
github.blog › home › ai & ml › github copilot › debugging ui with ai: github copilot agent mode meets mcp servers
Debugging UI with AI: GitHub Copilot agent mode meets MCP servers - The GitHub Blog
July 22, 2025 - Use agentic tools like GitHub Copilot agent mode and the Playwright MCP server to accelerate troubleshooting and debugging of UI issues.
Mark Heath
markheath.net › post › 2025 › 4 › 10 › mcp-playwright
Using an MCP Server in GitHub Copilot
The Playwright MCP server actually offers multiple tool actions such as navigating, clicking, typing, etc. So if you want to, you can restrict the agent to only be allowed to call specific tools. Next, we simply need to ask the agent to do something that requires the use of the tool. For example, I prompted it with "visit the hacker news home page and find all articles relating to audio or music"
YouTube
youtube.com › watch
How to Generate Playwright Tests using MCP + Copilot - YouTube
- Learn how to generate end-to-end tests with Playwright MCP—even when you don’t have access to the source code! In this step-by-step demo, we use GitHub Cop...
Published May 15, 2025
GitHub
github.com › Ric-are-do › Playwright_with_Copilot › blob › master › README.md
Playwright_with_Copilot/README.md at master · Ric-are-do/Playwright_with_Copilot
This repository focuses on using Playwright with the MCP Server to create automation tests powered by GitHub Copilot.
Author Ric-are-do
GitHub
docs.github.com › en › enterprise-cloud@latest › copilot › tutorials › enhance-agent-mode-with-mcp
Enhancing GitHub Copilot agent mode with MCP - GitHub Enterprise Cloud Docs
Playwright MCP server: Set up the Playwright MCP server to enable Copilot to write and run automated accessibility tests, including screen reader compatibility and keyboard navigation tests.
npm
npmjs.com › package › @playwright › mcp
playwright/mcp
After installation, the Playwright MCP server will be available for use with your GitHub Copilot agent in VS Code.
» 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
GitHub
github.com › executeautomation › mcp-playwright
GitHub - executeautomation/mcp-playwright: Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
{ "github.copilot.chat.mcp.servers": { "playwright": { "url": "http://localhost:8931/mcp", "type": "http" } } } ... Important: Without "type": "http", the connection will fail.
Starred by 5.1K users
Forked by 460 users
Languages TypeScript 93.6% | JavaScript 6.0%