Puppeteer
stdioBrowser automation and web scraping using Puppeteer. Navigate pages, take screenshots, click elements, and extract content
Author
Anthropic
Runtime
node
Package
@modelcontextprotocol/server-puppeteer
Command
npx -y @modelcontextprotocol/server-puppeteer
Categories
browserautomationweb-scraping
Install with the CLI:
npx @getmcp/cli add puppeteerConfiguration
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
JSON
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}