Best for
- Testing and collection tasks that need an assistant to inspect rendered pages
- Development teams automating screenshots, form filling, or browser regression checks
Browser automation is powerful and setup is direct, but web side effects and session credentials widen the risk surface; Chromium launch and MCP handshake evidence are not yet recorded.
This server drives Chromium to navigate pages, fill forms, click elements, and capture screenshots. It lets models inspect and interact with rendered web pages for browser automation, testing, and data collection.
Start the server with npx. The required Chromium build is downloaded automatically on first run.
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}