# Puppeteer Browser Automation MCP Server
> Package: `@modelcontextprotocol/server-puppeteer`
> Tools Exposed: puppeteer_navigate, puppeteer_screenshot, puppeteer_click, puppeteer_fill
> URL: https://agentnow.in/mcp/puppeteer-mcp-server

## Description
Automate headless Chromium to navigate, click, fill forms, and screenshot web applications.

## Installation CLI
```bash
npx -y @modelcontextprotocol/server-puppeteer
```

## Claude Desktop Configuration (claude_desktop_config.json)
```json
{
  "mcpServers": {
    "puppeteer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-puppeteer"
      ]
    }
  }
}
```

## Cursor Configuration (.cursor/mcp.json)
```json
{
  "mcpServers": {
    "puppeteer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-puppeteer"
      ]
    }
  }
}
```
