puppeteer-mcp.md

Puppeteer MCP

from"anthropic"
2.1k

Browser automation and web scraping with Puppeteer

Browser Automation
PuppeteerChromescrapingautomation
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/servers
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve