Server Puppeteer
Freeby MCP Community
Fork and update (v0.6.5) of the original @modelcontextprotocol/server-puppeteer MCP server for browser automation using Puppeteer.
v0.6.5Added Apr 12, 2026
mcppuppeteerhisma
Server Puppeteer MCP Server
Fork and update (v0.6.5) of the original @modelcontextprotocol/server-puppeteer MCP server for browser automation using Puppeteer.
Installation
Reviews
Installation
Quick install
npx -y @hisma/server-puppeteer
Add to claude_desktop_config.json
{
"mcpServers": {
"server-puppeteer": {
"command": "npx",
"args": ["-y", "@hisma/server-puppeteer"]
}
}
}