Skip to content
Cursor

exiftool for Cursor

io.github.joshmsimpson/exiftool

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

client:Cursor transport:stdio runtime:pypi

Install exiftool in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

exiftool in other clients