Browser automation and web scraping using Puppeteer. Navigate pages, take screenshots, click elements, and extract content
npx @getmcp/cli add puppeteerConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}