Back to MCP Servers

Purroxy2

Record what you do on any website and securely automate it forever. Replays browser actions in headless Playwright with encrypted credentials and AI-powered selector healing.

browser-automationbrowserai

Installation

npx -y purroxy2

Configuration

{
  "mcpServers": {
    "purroxy2": {
      "command": "npx",
      "args": ["-y", "purroxy2"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub