Agentโ™ฅ๏ธŽAge
Catalog

com.pulsemcp/image-diff

Official

by pulsemcp ยท TypeScript

MCP server for programmatic image comparison and visual diff generation.

com.pulsemcp/image-diff MCP Server

This MCP server provides programmatic image comparison and visual diff generation. It compares two images pixel-by-pixel, identifies clusters of visual differences, and generates heatmap visualizations. It is described as being used to compare design mock screenshots against actual UI implementations.

๐Ÿ› ๏ธ Key Features

  • Pixel-by-pixel image comparison
  • Visual difference clustering
  • Heatmap visualization output
  • YIQ NTSC perceptual color distance for color-difference measurement
  • Anti-aliasing detection to filter false positives (e.g., font smoothing, rounded corners)
  • Connected Component Labeling (as part of the workflow)

๐Ÿš€ Use Cases

  • Comparing design mock screenshots to actual UI implementations

โšก Developer Benefits

  • Helps isolate and visualize areas where two images differ
  • Uses perceptual color distance (YIQ NTSC) rather than direct RGB differences
  • Reduces noise via anti-aliasing detection

โš ๏ธ Limitations

  • The provided information describes the image-comparison approach and related detection steps, but does not specify supported formats, performance characteristics, or output details beyond heatmaps.

Related servers

More in Media & Design