Back to Browse
Description
Browser automation with Puppeteer. Navigate web pages, take screenshots, extract content, fill forms, and perform end-to-end testing through MCP.
browserautomationpuppeteerscrapingtesting
Installation
Add this server to your MCP configuration:
{
"mcpServers": {
"puppeteer-mcp": {
"command": "npx",
"args": ["-y", "https://npmjs.com/package/@modelcontextprotocol/server-puppeteer"]
}
}
}