Using Playwright MCP with Claude Code
This was borrowed from https://til.simonwillison.net/claude-code/playwright-mcp-claude-code which is currently responding with a 502, so I wanted to also place it here for my own notes Using Playwright MCP with Claude Code Inspired by Armin, I decided to figure out how to use the official microsoft/playwright-mcp Playwright MCP server with Claude Code. Short version: run this before starting claude: claude mcp add playwright npx ‘@playwright/mcp@latest’ That’s it! Now when you run claude Playwright will be available. You can say things like: ...