Chrome's DevTools MCP has been excellent in my experience for web development and testing. Claude code can jump in there and just pretend to be a user and do just about everything, including reading console output.
I'm not using it for the use case of actually interacting with other people's websites, but for this purpose, it's been fantastic.
I've been wondering if it was a good replacement for the playwright mcp, at least for chrome-only testing.
I personally replaced my playwright mcp with this. Seems to use less context and generally more reliable.
After a lot of trouble trying to get playwright mcp to work on Linux, I'm curious if this works better