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

SSE Support

Open relston opened this issue 8 months ago • 3 comments

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.

relston avatar Mar 22 '25 17:03 relston

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"

decr3m avatar Mar 25 '25 08:03 decr3m

Awesome, thank you @decr3m for the input !

executeautomation avatar Mar 26 '25 06:03 executeautomation