
Puppeteer MCP
by andytango
High-performance browser automation enabling AI agents to navigate, interact, and scrape web pages.
What it does
Puppeteer MCP Server empowers AI agents with full browser control. It allows the LLM to interact with real web pages, perform complex navigation, execute custom JavaScript, and capture visual snapshots of the web to solve tasks that require live browsing.
Tools
navigate: Move to any URL.click/fill/hover: Perform human-like interactions with page elements.screenshot: Capture visual state of the page.evaluate: Run arbitrary JavaScript in the browser context.get_content: Extract HTML or text from the current page.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"puppeteer": {
"command": "node",
"args": ["/path/to/puppeteer-mcp/dist/index.js"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop and Claude Code.
Quick install
npm install puppeteer-mcp && npm run buildInformation
- Pricing
- free
- Published
- 5/1/2026
- stars






