z-image-diff-mcp
v0.1.1
Published
MCP stdio server that compares two images and returns diff metrics or a diff image.
Readme
image-diff-mcp
MCP server (stdio) that compares two images.
Tools
- image.diffScore: returns JSON with overall + per-channel diff scores.
- image.diffImage: returns a diff image (data URL), overall or per channel.
Run (Node.js)
- npm install
- npm run build
- npm start
Inputs
- imageA/imageB must be data URLs: data:image/;base64,...
