Puppeteer Browser Automation MCP Server Config

Production-grade architectural rulebook for Puppeteer Browser MCP. Engineered to eliminate LLM hallucinations, enforce strict deterministic conventions, and prevent architectural drift across Cursor IDE, Claude Code CLI, and autonomous multi-agent pipelines.

Target Path
claude_desktop_config.json
Execution Scope
Local stdio / JSON-RPC Process
Specification Format
JSON Schema (claude.json)
AI Tool Support
Claude Desktop & MCP Hosts
02 / DRIFT ANALYSIS & VALUE PROPOSITION

Failure Patterns Prevented for Puppeteer Browser MCP

Without This Rule (Default LLM Behavior)Vulnerable

Empowers AI assistants to interact with JavaScript-heavy SPAs, capture web screenshots, and run client-side end-to-end browser workflows.

Hallucination Symptoms
  • Invokes deprecated or removed APIs from older model training weights
  • Generates conflicting configuration files and invalid imports
  • Silently drops type-safety, boundaries, or transaction isolation
With This Rule (Guaranteed Invariants)Deterministic
Uses `@modelcontextprotocol/server-puppeteer`.
Launches headless Chromium to render dynamic client-side applications.
Allows taking full-page screenshots and executing page console clicks.
04 / REPOSITORY PLACEMENT & INSTALLATION

Where to Save This Rule in Your Repository

Export the rules from the interactive editor above or download the full ZIP bundle. Ensure the file is placed at the exact path below relative to your project root so the AI engine automatically loads it:

claude_desktop_config.json
05 / ROUTE DIRECTORY & CROSS-TOOLING
Format Pillar HubComprehensive Manual

Model Context Protocol (MCP) Configuration Directory

Inspect the complete specification manual, glob patterns, directory rules, and all available presets in our central directory.

/mcp-config Directory
06 / FREQUENTLY ASKED QUESTIONS

Technical FAQ: Puppeteer Browser MCP AI Rulebooks

Does this require Chrome installed?

Puppeteer automatically downloads a compatible Chromium binary on initial launch.