Skip to content
Grok

image diff for Grok

com.pulsemcp/image-diff

MCP server for programmatic image comparison and visual diff generation.

client:Grok transport:stdio runtime:npm

Install image diff in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "image-diff": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/image-diff-mcp-server"
      ]
    }
  }
}

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 diff in other clients