UNPKG

exiftool-mcp-ai-agent

Version:

An MCP Server for retrieving EXIF data from images (photos) and videos using ExifTool

46 lines (45 loc) 1.04 kB
{ "name": "exiftool-mcp-ai-agent", "version": "1.0.8", "description": "An MCP Server for retrieving EXIF data from images (photos) and videos using ExifTool", "main": "dist/index.js", "type": "module", "bin": { "exiftool-mcp-ai-agent": "dist/index.js" }, "scripts": { "test": "echo \"No tests specified\" && exit 0", "build": "tsc", "prepare": "npm run build" }, "files": [ "dist" ], "keywords": [ "mcp-server", "exiftool", "exif", "metadata", "image", "video", "exiftool-mcp", "ai-agent" ], "author": "Vlad Hrybok", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/vgribok/exiftool-mcp-server.git" }, "homepage": "https://github.com/vgribok/exiftool-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.3", "execa": "^9.6.0", "zod": "^3.25.64" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.14.3", "ts-node": "^10.9.2", "tsx": "^4.20.3" } }