Back to Browse

Puppeteer MCP Server

Developer ToolsLow Risk8.6Local
Free

Browser automation using Puppeteer for web scraping and testing

About

The Puppeteer MCP Server enables browser automation using Google's Puppeteer library. Your AI assistant can navigate web pages, take screenshots, click elements, fill forms, and execute JavaScript in the browser context.

Part of the official MCP reference servers, this server provides a straightforward interface for controlling a headless Chromium browser. It supports page navigation, element interaction, screenshot capture, and console log monitoring.

Well-suited for web scraping, automated testing, form filling, and any workflow that requires programmatic browser control through your AI assistant.

Security Report

8.6
Low Risk8.6Low Risk

Official reference server using Puppeteer for browser automation. Runs headless Chromium with standard browser security.

5 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

browser_access

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "puppeteer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-puppeteer"
      ],
      "env": {}
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Version History

v2.1.0Dec 15, 2025Re-scanned

Added support for streaming responses and improved error handling for rate-limited requests.

v2.0.0Nov 1, 2025Re-scanned

Major release: new tool registration API, breaking changes to configuration format. See migration guide.

v1.5.0Sep 20, 2025Re-scanned

Added OAuth 2.0 support and improved connection pooling.

v1.0.0Jul 1, 2025Re-scanned

Initial stable release.