mcp-screenshot

{ "name": "@kazuph/mcp-screenshot", "version": "1.0.4", "type": "module", "description": "A Model Context Protocol server that provides screenshot and OCR capabilities", "main": "dist/index.js", "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "typecheck": "tsc --noEmit", "test": "npm run typecheck" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@types/sharp": "^0.31.1", "applescript": "^1.0.0", "axios": "^1.7.9", "form-data": "^4.0.1", "sharp": "^0.33.5", "tesseract.js": "^5.1.1", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.4" }, "devDependencies": { "@types/form-data": "^2.5.2", "@types/node": "^20.10.5", "typescript": "^5.3.3" }, "author": "kazuph", "license": "MIT", "publishConfig": { "access": "public" }, "files": [ "dist/**/*", "README.md", "LICENSE.md", "package.json" ], "repository": { "type": "git", "url": "git+https://github.com/kazuph/mcp-screenshot.git" }, "keywords": [ "mcp", "screenshot", "ocr" ], "bugs": { "url": "https://github.com/kazuph/mcp-screenshot/issues" }, "homepage": "https://github.com/kazuph/mcp-screenshot#readme", "bin": { "mcp-screenshot": "./dist/index.js" } }