Back to MCP Servers
Exif
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-processllm
By stass
Installation
npx -y exif-mcpConfiguration
{
"mcpServers": {
"exif-mcp": {
"command": "npx",
"args": ["-y", "exif-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes