Back to MCP Servers
Puppeteer Browser
Automate browser interactions for web scraping and testing
browserpuppeteerautomationscraping
By MCP Community
Installation
npm install -g @anthropic-ai/mcp-server-puppeteerConfiguration
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-puppeteer"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes