Skip to content
VS Code

Exif Strip for VS Code

io.github.dawaxwx/exif-strip

Strips EXIF, XMP, IPTC and GPS metadata from JPEG and PNG images in one call, with optional ICC p...

client:VS Code transport:streamable-http

Install Exif Strip in VS Code

.vscode/mcp.json

{
  "servers": {
    "exif-strip": {
      "type": "http",
      "url": "https://exif-strip.david-cyr.workers.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Exif Strip in other clients