Puppeteer MCP (Official)
Official WebOfficial MCP reference server for browser automation and web scraping via Puppeteer.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"puppeteer-mcp-official": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/servers"
]
}
}
}