MCP Directory

Puppeteer

GitHub
Web Utilities

Browser automation and web scraping with headless Chrome

Tools(7)

Available tools exposed by this MCP server to your AI agent.

puppeteer_navigate

Navigate to a URL in the browser

puppeteer_screenshot

Take a screenshot of the current page or an element

puppeteer_click

Click on an element matching a CSS selector

puppeteer_fill

Fill in an input field with a value

puppeteer_select

Select a value in a dropdown element

puppeteer_hover

Hover over an element on the page

puppeteer_evaluate

Execute JavaScript in the browser page context

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add puppeteer

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Puppeteer directly without routing

npx -y @modelcontextprotocol/server-puppeteer

New to Agent-CoreX? View setup guide →

Puppeteer MCP Server — Agent-CoreX