From eb2aad2d8b24bbdc0708a4997806ac53c892c6ba Mon Sep 17 00:00:00 2001 From: ExecuteAutomation Date: Thu, 5 Dec 2024 16:10:01 +1300 Subject: [PATCH] Update README.md (#11) Added details of MCP server using Playwright for browser automation and webscrapping --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e55935f..db6dab9 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ - **[any-chat-completions-mcp](https://github.com/pyroprompts/any-chat-completions-mcp)** - Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more - **[BigQuery](https://github.com/LucasHild/mcp-server-bigquery)** - BigQuery database integration with schema inspection and query capabilities - **[Windows CLI](https://github.com/SimonB97/win-cli-mcp-server)** - MCP server for secure command-line interactions on Windows systems, enabling controlled access to PowerShell, CMD, and Git Bash shells. +- **[Playwright MCP Server](https://github.com/executeautomation/mcp-playwright)** - An MCP server using Playwright for browser automation and webscrapping ---