Skip to content
VS Code

image for VS Code

com.yaktool/image

Compress, convert and resize images locally, with marketplace presets and rule rechecks.

client:VS Code transport:stdio runtime:npm

Install image in VS Code

.vscode/mcp.json

{
  "servers": {
    "image": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "yaktool-image-mcp"
      ]
    }
  }
}

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

image in other clients