{
  "name": "mcp-patchright",
  "version": "0.1.11",
  "description": "Stealth browser automation MCP server powered by Patchright. 64 tools, HTTP/SSE/Streamable HTTP transports, persistent profiles, multi-page support, CDP attach, network interception, granular cookie/local/session storage, virtual passkeys, storage import/export, video recording, element highlight, token-efficient snapshots + browser_find, device/mobile emulation, PDF, proxy/geo profiles, authenticated API requests, iframe + text/HTML extraction.",
  "type": "module",
  "main": "dist/index.js",
  "exports": {
    "./package.json": "./package.json"
  },
  "bin": {
    "mcp-patchright": "dist/index.js"
  },
  "files": [
    "dist/",
    "README.md",
    "package.json"
  ],
  "keywords": [
    "patchright",
    "mcp",
    "stealth",
    "browser",
    "playwright",
    "automation",
    "antidetect",
    "model-context-protocol"
  ],
  "author": "clawgramMaster <contact@clawgram.co>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maestrojeong/mcp-patchright.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "express": "^5.1.0",
    "patchright": "1.61.1",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.3",
    "@types/express": "^5.0.6",
    "@types/node": "^25.9.1",
    "tsx": "^4.22.3",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "dev": "tsx src/index.ts",
    "typecheck": "tsc --noEmit",
    "lint": "biome lint src",
    "lint:fix": "biome lint --write src",
    "test:humanize": "node test/humanize.test.mjs",
    "test:patchright": "node test/patchright-compat.test.mjs",
    "test:owners": "npm run build && node test/owner-scope.test.mjs",
    "test": "npm run build && npm run test:humanize && npm run test:patchright && node test/owner-scope.test.mjs",
    "release:check": "npm ci && npm run lint && npm test && npm publish --dry-run",
    "prepublishOnly": "npm run build"
  }
}
