Install to ToolCloud
One click. No local setup. Works with any MCP client.
Browser automation using Puppeteer. Navigate pages, take screenshots, click elements, fill forms, and execute JavaScript in the browser.
automationbrowserpuppeteerscreenshots
Manual Installation
Claude Code
claude mcp add puppeteer -- npx -y @modelcontextprotocol/server-puppeteerCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"puppeteer": {
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
],
"command": "npx"
}
}
}