
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
puppeteer-mcp
Advanced tools
Beta release of AI-enabled browser automation platform with REST, gRPC, WebSocket, and Model Context Protocol (MCP) interfaces, unified session management, and enterprise-focused security.
🔔 We Need Your Feedback! This project is in beta and we're actively seeking user feedback to ensure it meets production requirements. Please report issues or share your experience.
Full documentation is available at: https://williamzujkowski.github.io/puppeteer-mcp/
# Install globally
npm install -g puppeteer-mcp
# Start MCP server
puppeteer-mcp
# Or use with npx (no installation required)
npx puppeteer-mcp
Add to your Claude Desktop configuration:
{
  "mcpServers": {
    "puppeteer-mcp": {
      "command": "puppeteer-mcp",
      "args": [],
      "env": {
        "MCP_TRANSPORT": "stdio"
      }
    }
  }
}
Configuration file locations:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/claude/claude_desktop_config.jsonPuppeteer MCP includes OpenTelemetry instrumentation for observability:
# Basic telemetry configuration
export TELEMETRY_ENABLED=true
export TELEMETRY_TRACE_EXPORTER=otlp
export TELEMETRY_TRACE_OTLP_ENDPOINT=http://localhost:4318/v1/traces
# Start with telemetry
puppeteer-mcp
See the Telemetry Documentation for detailed configuration options.
# Clone the repository
git clone https://github.com/williamzujkowski/puppeteer-mcp.git
cd puppeteer-mcp
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm test
# Start development server
npm run dev
We welcome contributions! Please see our Contributing Guide for details.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Beta - AI-enabled browser automation platform seeking production feedback
The npm package puppeteer-mcp receives a total of 24 weekly downloads. As such, puppeteer-mcp popularity was classified as not popular.
We found that puppeteer-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.