{
  "name": "@wgarrido/mcp-browser",
  "version": "1.0.0",
  "description": "MCP server that gives AI assistants access to a real Chrome browser — with your cookies, sessions, and fingerprint",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wgarrido/mcp-browser.git"
  },
  "homepage": "https://github.com/wgarrido/mcp-browser#readme",
  "bugs": "https://github.com/wgarrido/mcp-browser/issues",
  "keywords": [
    "mcp",
    "browser",
    "chrome",
    "cdp",
    "puppeteer",
    "model-context-protocol",
    "claude",
    "ai-tools",
    "web-scraping",
    "automation"
  ],
  "main": "dist/index.js",
  "bin": {
    "mcp-browser": "dist/index.js"
  },
  "files": [
    "dist/",
    "scripts/launch-chrome.sh",
    "scripts/launch-chrome.ps1",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm --dts --clean",
    "postbuild": "node -e \"try{require('fs').chmodSync('dist/index.js',0o755)}catch{}\"",
    "prepublishOnly": "npm run build",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "@mozilla/readability": "^0.5.0",
    "jsdom": "^26.1.0",
    "puppeteer-core": "^24.7.2",
    "turndown": "^7.2.0",
    "turndown-plugin-gfm": "^1.0.2",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.7",
    "@types/turndown": "^5.0.5",
    "tsup": "^8.5.0",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3"
  }
}
