Labsco
faruklmu17 logo

Playwright MCP

from faruklmu17

Automate web interactions and perform web scraping tasks using the Playwright framework.

πŸ”₯πŸ”₯βœ“ VerifiedFreeAdvanced setup

Playwright MCP Configuration

This repository contains everything needed to launch and connect to a working Playwright MCP (Model Context Protocol) server.

βœ… Overview

This setup allows you to automate and inspect web pages using structured data instead of screenshots β€” ideal for LLM-powered tools like Claude, Cursor, and VS Code AI agents.


πŸ“ Repository Contents

  • .vscode/settings.json β€” VS Code configuration to launch Playwright MCP
  • package.json β€” Includes required MCP dependencies
  • README.md β€” This file
  • .gitignore β€” Basic Node project ignore rules

πŸ“… Note About Browsers

You do not need to install playwright or run npx playwright install separately. The MCP package handles everything required for browser automation.


πŸ“„ .gitignore

Copy & paste β€” that's it
node_modules/
.DS_Store

🀝 Contributing

Pull requests and suggestions are welcome!


πŸ“„ License

MIT