Skip to content
Zed

image diff for Zed

com.pulsemcp/image-diff

MCP server for programmatic image comparison and visual diff generation.

client:Zed transport:stdio runtime:npm

Install image diff in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

image diff in other clients