Skip to content
Grok

image for Grok

com.yaktool/image

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

client:Grok transport:stdio runtime:npm

Install image in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

image in other clients