Tool
development
✓ Verified
Free
Puppeteer Browser MCP
Headless Chrome automation MCP — navigate, click, extract, and screenshot any webpage from your AI agent.
4.7(152 reviews)
64,800 installs
by Anthropic
About
Spins up a headless Chrome instance under your AI agent's control. Navigate URLs, click elements, fill forms, evaluate JavaScript, extract text, and capture screenshots. Ideal for scraping, testing, and content extraction.
Tags
puppeteerbrowserscrapingmcp
MCP Configuration Example
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}Related Tools
Tool⭐
developmentFREE
GitHub MCP Server
Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.
githubgitmcp
G
GitHub4.9(426)
185k
★12.4k
Tool⭐
developmentFREE
Filesystem MCP Server
Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.
filesystemfilesmcp
A
Anthropic4.8(384)
156k
★9.8k
Install
# Add to ~/.claude/settings.json:
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}A
Anthropic
@modelcontextprotocol