design.reprise/reprise
Official3 toolsUn-flatten any flat AI design into editable layers, reproduce it bit-perfect, from your agent.
Convert flat AI designs into editable layers for precise reproduction.
Captured live from the server via tools/list.
reproduce
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-match %, stray px).
Parameters (1)
- imagestring
The source design image as an http(s) URL or a base64 data URL.
autodetect
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.
Parameters (1)
- imagestring
The design image as an http(s) URL or a base64 data URL.
diagnose
Score how faithfully a reproduction matches an original (MAE / PSNR / exact-match % / stray px). Returns: A JSON string with the fidelity metrics.
Parameters (2)
- originalstring
The original image as an http(s) URL or a base64 data URL.
- reproductionstring
The reproduced image to compare, as an http(s) URL or a base64 data URL.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"reprise": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tepesama-reprise-mcp.hf.space/gradio_api/mcp/http"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.