exif-mcpServer

stass
GitHub
Image ProcessingMetadata ExtractionOffline

Loading subscription status...

💡 Description

An MCP server that can read image metadata on demand and completely offline. Based on the excellent exifr library and is very fast, not dependent on external tools.

📝 JSON Entries

{
  "mcpServers": [
    {
      "exif-mcp": {
        "args": [
          "/path/to/exif-mcp/dist/server.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

read-metadataread-exifread-xmpread-iccread-iptcread-jfiforientationrotation-infogps-coordinatesthumbnail

Features

  • Local operation without requiring remote network
  • Extracts multiple segments such as EXIF, GPS, XMP, and more
  • Supports various input formats like JPEG, TIFF, and PNG

💬 Example Queries

  • Analyze the metadata of an image
  • What camera was most often used for my photos?
  • What are the GPS coordinates of this image?