Puppeteer
Freeby MCP Community
Puppeteer MCP Server for remote browser automation
v1.1.2Added Apr 12, 2026
mcppuppeteerbrowserautomationcli
Puppeteer MCP Server
Puppeteer MCP Server for remote browser automation
Installation
npx -y @freelw/puppeteer-mcp-server
Reviews
Installation
Quick install
npx -y @freelw/puppeteer-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@freelw/puppeteer-mcp-server"]
}
}
}