Skip to main content
MultimediaTypeScript

stass/exif-mcp

A MCP server that allows one to examine image metadata like EXIF, XMP, JFIF and GPS. This provides foundation for LLM-powered search and analysis of photo librares and image collections.

multimedia-processlocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/stass/exif-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "exif-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stass/exif-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Multimedia
Language
TypeScript
Author
stass