mcp-playwright
mcp-playwright copied to clipboard
SSE Support
Running this tool as a server would be really helpful for a lot of use cases.
My local setup uses WSL and Cursors support for WSL is real bad at the moment. Running this mcp as SSE would enable my Windows Cursor to communicate with this tool running in the Linux environment.
I'm on WSL as well, I was able to achieve this using another tool supergateway
npx -y [email protected] --port 8768 --stdio "npx -y @executeautomation/playwright-mcp-server"
Awesome, thank you @decr3m for the input !