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.
Quick Start
Clone the repository:
git clone https://github.com/stass/exif-mcpClaude Desktop configuration example:
{
"mcpServers": {
"exif-mcp": {
"command": "npx",
"args": [
"-y",
"stass/exif-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.