{
  "name": "universal-screenshot-mcp",
  "version": "1.4.0",
  "description": "An MCP server for capturing web page screenshots via Puppeteer and cross-platform system screenshots via native OS tools",
  "author": "Seth Bang",
  "license": "Apache-2.0",
  "mcpName": "io.github.sethbang/screenshot-server",
  "keywords": [
    "mcp",
    "screenshot",
    "puppeteer",
    "macos",
    "linux",
    "windows",
    "cross-platform",
    "screencapture",
    "model-context-protocol",
    "claude",
    "universal-screenshot",
    "system-screenshot"
  ],
  "type": "module",
  "engines": {
    "node": "^22.13.0 || >=24"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sethbang/mcp-screenshot-server.git"
  },
  "bugs": {
    "url": "https://github.com/sethbang/mcp-screenshot-server/issues"
  },
  "homepage": "https://github.com/sethbang/mcp-screenshot-server#readme",
  "bin": {
    "universal-screenshot-mcp": "build/index.js"
  },
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc && chmod 755 build/index.js",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "inspector": "npx @modelcontextprotocol/inspector build/index.js",
    "test": "vitest run",
    "test:integration": "vitest run --config vitest.integration.config.ts",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "test:linux": "bash scripts/run-linux-tests.sh",
    "test:all": "vitest run --config vitest.all.config.ts",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint src/"
  },
  "dependencies": {
    "@modelcontextprotocol/server": "^2.0.0",
    "puppeteer": "^25.0.4",
    "zod": "^4.2.0"
  },
  "devDependencies": {
    "@modelcontextprotocol/client": "^2.0.0",
    "@types/node": "^22.0.0",
    "@typescript-eslint/eslint-plugin": "^8.59.0",
    "@typescript-eslint/parser": "^8.59.0",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^10.2.1",
    "jiti": "^2.4.0",
    "typescript": "^6.0.0",
    "vitest": "^4.0.18"
  }
}
