analyze_site
Recover the rendered design system.
Website replication, with evidence.
PicassoWeb captures the system beneath the surface, then verifies the replica pixel by pixel.
Computed styles, real assets, responsive structure, interactions, and motion become evidence an AI client can use.
See what it capturesInside the rendered page
PicassoWeb reads what actually reached the screen, including the parts source inspection misses.
The replication kit keeps the page, its materials, and the instructions together in one portable capture.
Read the quick startcreate_replication_kit
design.jsontokens and componentslayout.jsondesktop and mobile treesanimations.jsonmotion inventoryassets/original material and manifestREPLICATE.mdone-shot build guidance
PicassoWeb attributes the worst visual differences to elements and their style deltas, so iteration has a target.
Start broad, inspect precisely, then close the visual gap.
analyze_site
Recover the rendered design system.
inspect_component
X-ray one element and every interaction state.
capture_motion
Record JS-driven movement over time.
clone_section
Package a reusable section with its real assets.
compare_replica
Measure the remaining visual difference.
Node.js 20 or newer
No clone and no build. Add PicassoWeb to your MCP configuration and run it with npx.
{
"mcpServers": {
"picassoweb": {
"command": "npx",
"args": ["-y", "picassoweb"]
}
}
}