Browser automation and web scraping capabilities using Puppeteer. Control headless Chrome for testing, screenshots, and data extraction.
MCP (Model Context Protocol) servers extend Claude's capabilities with external tools and data sources. They provide access to databases, APIs, file systems, and more. Configure MCP servers in .mcp.json or add them via `claude mcp add` command.
Option 1 - CLI Command: claude mcp add puppeteer -- npx -y @anthropic-ai/mcp-server-puppeteer Option 2 - Add to .mcp.json Puppeteer enables Claude to: - Take screenshots of web pages - Navigate and interact with websites - Extract data from dynamic pages - Automate browser testing
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-puppeteer"]
}
}
}Manage Docker containers and images. List, start, stop containers, view logs, and inspect container configurations.