Puppeteer
Freeby MCP Community
MCP server for controlling Chromium via Puppeteer
v1.1.0Added Apr 12, 2026
mcppuppeteerchromiumchromebrowser
Puppeteer MCP Server
MCP server for controlling Chromium via Puppeteer
Installation
npx -y @ratiofu/mcp-puppeteer
Reviews
Installation
Quick install
npx -y @ratiofu/mcp-puppeteer
Add to claude_desktop_config.json
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@ratiofu/mcp-puppeteer"]
}
}
}