Clone Space MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Clone Space MCPArchive https://example.com for offline replay"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Clone Space MCP
Archive a live web page so it replays offline with the motion intact, and so an AI agent can read how the page is actually built.
Saving a page from a browser gives you a dead skeleton: the markup survives, the behaviour does
not. clone-space-mcp targets the other end — a carousel that still slides, a GSAP timeline that
still runs, a ScrollTrigger that still fires, with the network unplugged.
How it works
Stage | What it does |
capture | Drives a real headful Chromium over the live page, records a full HAR ( |
replay | Serves the archive with |
extract | Runs against the replay — deterministic and re-runnable — producing a behavior graph: animations with target, trigger, timing, easing and library; computed styles; matched CSS; bound listeners; un-minified sources. |
serve | An MCP server with progressive disclosure: a small manifest plus drill-down tools, so an agent can explore a large page without loading all of it. |
The load-bearing decision is that replay re-executes the original JavaScript. Serializing the hydrated DOM into a standalone document is the approach this project rejects: it breaks hydration and entry animations, which is exactly the fidelity being chased.
Related MCP server: UI Perception Engine
Status
Early. The operating layer and the phase plan are in place; the pipeline is not built yet.
Current work is tracked in docs/OPEN-WORK-LEDGER.md and in the
repo's GitHub issues.
Development
Bun is the package manager and the runtime — except for code that drives a browser, which runs under Node. Playwright's client does not complete its handshake under Bun; see ADR 0001 for the measurements and what was rejected.
bun install
bun run verify # lint → typecheck → test → build — the ship gate (Bun)
bun run spike # the CDP measurement harness (Node, with the fixture served by Bun)Agents: start with CLAUDE.md.
License
Not yet chosen.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceEnables AI agents to clone entire websites, download files, manage authentication sessions, and analyze site information with support for JavaScript-heavy SPAs and dynamic content.Last updated8Apache 2.0
- Flicense-qualityCmaintenanceEnables AI agents to perceive and interact with web interfaces by extracting a unified UI Scene Graph from live URLs, providing tools for navigation, element detection, visual analysis, and state tracking.Last updated

siteglass-mcpofficial
Alicense-qualityBmaintenanceEnables archival of any public URL as interactive snapshot (rrweb, PDF, PNG) and autonomous web QA for apps (register, scan, generate and run end-to-end flows).Last updated95MIT- Alicense-qualityCmaintenancewebEmbedding is a source-first website cloning engine for AI coding agents that captures live pages with Playwright, replays network evidence, and self-verifies the result.Last updated1233MIT
Related MCP Connectors
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Turn the web into structured, reliable, actionable enterprise data for AI Agents
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xenodeve/clone-space-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server