About
Overview
The Puppeteer MCP Server enables AI agents to control a headless Chrome browser. It provides tools for navigating to URLs, taking screenshots, clicking elements, filling forms, extracting page content, and running JavaScript in the browser context. Essential for web scraping and browser automation.
Capabilities
Tools & Capabilities
⚡navigate
Navigate to a URL
⚡screenshot
Take a screenshot of the current page
⚡click
Click an element on the page
⚡fill
Fill in a form field
⚡evaluate
Run JavaScript in the browser context
⚡get_content
Get the text content of the page
Setup
Installation
bash
Install
npx -y @modelcontextprotocol/server-puppeteerExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}Quick Info
AuthorAnthropic
LanguageTypeScript
StatusStable
Stars★ 1100
Last UpdatedFeb 12, 2026