Odel
ExifTool MCP

ExifTool MCP

Local
@joshmsimpsonPythonMITUpdated 11mo ago

Read, write, and remove metadata from 150+ file formats using ExifTool

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIexiftool-mcpv0.1.6

Run

uvx exiftool-mcp

MCP client config

{
  "mcpServers": {
    "exiftool-mcp": {
      "command": "uvx",
      "args": [
        "exiftool-mcp"
      ]
    }
  }
}