puppeteer-mcp-server
This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
The Puppeteer MCP Server is designed to facilitate browser automation, enabling users to navigate web pages, take screenshots, click elements, fill forms, select options, hover over elements, and execute JavaScript. It also features smart Chrome tab management, allowing connections to active Chrome tabs while preserving existing instances and handling connections intelligently. This project is an experimental implementation inspired by existing models in the field, exploring alternative approaches to browser automation through the Model Context Protocol. With its robust set of features, the Puppeteer MCP Server aims to streamline web interactions and enhance user productivity in various automation tasks.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"puppeteer-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions