design.reprise/reprise
design.reprise/repriseUn-flatten any flat AI design into editable layers, reproduce it bit-perfect, from your agent.
Tools · 3
Un-flatten a flat design image into editable layers and reproduce it bit-perfect, returning the fidelity score. Returns: A JSON string with a bit_perfect flag and fidelity metrics (mae, psnr, exact-ma…
Auto-detect the elements (subjects and text) in a design image as relative bounding boxes. Returns: A JSON string with the detected elements (relative bboxes) and their count.
Score how faithfully a reproduction matches an original (MAE / PSNR / exact-match % / stray px). Returns: A JSON string with the fidelity metrics.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"design.reprise/reprise": {
"url": "https://tepesama-reprise-mcp.hf.space/gradio_api/mcp/http",
"transport": "streamable-http"
}
}
}