mcp-playwright icon indicating copy to clipboard operation
mcp-playwright copied to clipboard

Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More πŸ”Œ

Results 83 mcp-playwright issues
Sort by recently updated
recently updated
newest added

Added support for recording videos via the MCP. I need this, but I'm happy to just deploy my own if you are not interested in merging. I was created with...

### Solution This PR enhances the MCP browser log system by: - Listening for `pageerror` to capture uncaught exceptions in the browser runtime. - Injecting a `window.addEventListener("unhandledrejection")` listener via `addInitScript()`...

just added this to claude. ```json "playwright": { "command": "npx", "args": [ "-y", "@executeautomation/playwright-mcp-server" ] } ``` It looks like the mcp server is asking for an specific version of...

Hi, I would like to introduce MCP Marketplace Python and Typescript API and add support to your MCP Server, which allow any LLM AI Agent to integrate your MCP servers...

Hello, I tried the Playwright mpc server with Claude and it is very impressive. One thing I notices is the fact that very often the fill(...) method is used with...

I am encountering a TypeError: 'NoneType' object is not callable in the mcp-proxy terminal when attempting to execute browser automation tests using google.adk's MCPToolset for parallel test suite execution. Although...

The Playwright MCP sever runs however while generating code, playwright codegen will not appear. It generated python code. Not sure if its correct or not. Kindly help.

I encountered this problem during the installation. Is there a solution? ![Image](https://github.com/user-attachments/assets/b74b135a-6bd7-4d32-a3ca-a141470e874f)

Not able to setup existing browser context , as want to take the existing browser cookie to open the URL. Did not find any option to setup

I use mcp-playwright as a tool for llm (cline in Visual Studio Code as Agent),and I want it to generate all the code. The `get_codegen_session` result as follows ``` {...