Extracts image metadata (EXIF, XMP, ICC, IPTC, etc.) from various image formats.
Exif extracts image metadata using a Model Context Protocol (MCP) server, enabling LLMs or humans to read image metadata on-demand, entirely offline. Built with TypeScript and leveraging the exifr library, it quickly parses metadata from JPEG, PNG, TIFF, and HEIC files without relying on external tools. It supports extracting EXIF, GPS, XMP, ICC, IPTC, JFIF, and IHDR metadata and reads image data from file systems, URLs, base64 data, or buffers. It offers specialized tools to retrieve orientation, rotation info, GPS coordinates, and thumbnails.