image diff for Cursor
com.pulsemcp/image-diff
MCP server for programmatic image comparison and visual diff generation.
client:Cursor
transport:stdio
runtime:npm
Install image diff in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"image-diff": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pulsemcp/image-diff-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs