This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"puppeteer-mcp-server": {
"command": "npx",
"args": [
"-y",
"merajmehrabi/puppeteer-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add puppeteer-mcp-server npx -y merajmehrabi/puppeteer-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"puppeteer-mcp-server": {
"command": "npx",
"args": [
"-y",
"merajmehrabi/puppeteer-mcp-server"
]
}
}
}
📋 Copy