https://github.com/mkader/playwright
https://github.com/mkader/playwright
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkader/playwright
- Owner: mkader
- Created: 2025-10-22T00:38:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-22T01:12:01.000Z (8 months ago)
- Last Synced: 2025-10-22T02:46:20.227Z (8 months ago)
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://www.youtube.com/@Playwrightdev
https://www.youtube.com/@DebbieOBrien
https://debbie.codes/blog/tags/AI
https://github.com/microsoft/playwright-mcp
### What is MCP (Model Context Protocol)?
* It's a new way to give LLMs tools to do things like automate your browser and fill in forms.
* Instead of writing JavaScript or TypeScript to control the browser, you write a prompt — just like you would when chatting with an AI assistant. Behind the scenes the LLM interprets your prompt and uses the Playwright MCP server to automate your browser.
* You describe what you want to do, and the MCP server opens a browser and navigates, clicks, types and even uploads an image.