{
  "name": "screenpipe-mcp",
  "version": "0.18.14",
  "mcpName": "io.github.screenpipe/screenpipe-mcp",
  "description": "MCP server for screenpipe - search your screen recordings and audio transcriptions",
  "main": "dist/index.js",
  "bin": {
    "screenpipe-mcp": "dist/cli.js",
    "screenpipe-mcp-http": "dist/http-server.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/cli.js",
    "start:http": "node dist/cli.js --http",
    "dev": "ts-node src/cli.ts",
    "dev:http": "ts-node src/cli.ts --http",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "screenpipe",
    "model-context-protocol",
    "claude",
    "ai",
    "screen-recording",
    "ocr",
    "audio-transcription"
  ],
  "author": "Screenpipe",
  "license": "SEE LICENSE IN LICENSE.md",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1"
  },
  "devDependencies": {
    "@types/node": "^25.3.5",
    "typescript": "^5.9.3",
    "ts-node": "^10.9.2",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
