exiftool for VS Code
io.github.joshmsimpson/exiftool
Read, write, and remove metadata from 150+ file formats using ExifTool
client:VS Code
transport:stdio
runtime:pypi
Install exiftool in VS Code
.vscode/mcp.json
{
"servers": {
"exiftool": {
"type": "stdio",
"command": "uvx",
"args": [
"exiftool-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs