multimedia process

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.

typescript
local
macos
windows
linux
multimedia process
0
View on GitHub

Installation

npx -y stass/exif-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/stass/exif-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub