Browser automation and web scraping
A Model Context Protocol server that provides browser automation using Puppeteer. Navigate websites, take screenshots, interact with elements, and extract content.
{
"mcpServers": {
"puppeteer": {
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
],
"command": "npx"
}
}
}