Design Clone
БесплатноНе проверенOne-click website design cloning with Puppeteer. Captures HTML, CSS, colors, fonts, and layout structured data for recreation.
Описание
One-click website design cloning with Puppeteer. Captures HTML, CSS, colors, fonts, and layout structured data for recreation.
README
One-click website design cloning with Puppeteer
Clone any website's design and get structured data (HTML, CSS, colors, fonts, layout) that you can use to recreate it.
🚀 Installation
One Command Install:
npx @minutelaunch/design-clone-mcp
Or install globally:
npm install -g @minutelaunch/design-clone-mcp
📋 Prerequisites
- Node.js 18+ (Puppeteer requirement)
- That's it!
Puppeteer (including Chromium) is bundled automatically.
🎯 Usage
In Cursor or Claude Desktop:
Just say:
"Clone the design from https://stripe.com"
The MCP server will:
- Launch Puppeteer
- Capture the website design
- Extract colors, fonts, HTML, CSS
- Return structured data
- You can then use it to create pages
Manual Testing:
# Start the server
design-clone-mcp
# Or with npx
npx @minutelaunch/design-clone-mcp
🔧 Configuration
For Cursor:
Add to your ~/.cursor/mcp.json:
{
"mcpServers": {
"design-clone": {
"command": "npx",
"args": ["@minutelaunch/design-clone-mcp"]
}
}
}
For Claude Desktop:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"design-clone": {
"command": "npx",
"args": ["@minutelaunch/design-clone-mcp"]
}
}
}
📊 What Gets Captured
- ✅ HTML - Full rendered HTML (up to 50KB)
- ✅ Colors - All background and text colors (top 20)
- ✅ Fonts - All font families used (top 10)
- ✅ Sections - Header, main, footer, etc. with computed styles
- ✅ Layout - Padding, margin, display properties
- ✅ Metadata - Capture timestamp, viewport size
🎨 Example Output
{
"url": "https://stripe.com/pricing",
"title": "Pricing - Stripe",
"colors": [
"rgb(99, 91, 255)",
"rgb(10, 37, 64)",
"rgb(255, 255, 255)"
],
"fonts": [
"Inter, sans-serif",
"system-ui"
],
"sections": [
{
"tag": "header",
"className": "site-header",
"html": "<header>...</header>",
"computedStyles": {
"backgroundColor": "rgb(255, 255, 255)",
"color": "rgb(10, 37, 64)",
"fontSize": "16px",
"fontFamily": "Inter, sans-serif",
"padding": "20px",
"margin": "0px"
}
}
],
"metadata": {
"capturedAt": "2025-10-28T12:00:00.000Z",
"viewport": {
"width": 1920,
"height": 1080
}
}
}
🔌 Available Tools
clone_website_design
Clone a website's design and get structured data.
Parameters:
url(string, required) - The URL to clone
Returns:
- Structured design data (JSON)
🛠️ Development
# Clone the repo
git clone https://github.com/wplaunchify/design-clone-mcp.git
cd design-clone-mcp
# Install dependencies
npm install
# Build
npm run build
# Run locally
npm start
📝 Notes
- Timeout: Default 30 seconds per page
- Size Limits: HTML limited to 50KB, sections limited to 10
- Public Sites Only: Only captures publicly accessible websites
- No Authentication: Can't capture sites requiring login
🐛 Troubleshooting
Puppeteer won't install
npm install puppeteer --unsafe-perm=true
Timeout errors
Increase timeout in the code or try again (some sites are slow)
"Command not found"
Make sure Node.js 18+ is installed:
node --version
📄 License
MIT
👤 Author
MinuteLaunch Team
Just works. No configuration. One command. 🚀
Установка Design Clone
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/wplaunchify/design-clone-mcpFAQ
Design Clone MCP бесплатный?
Да, Design Clone MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Design Clone?
Нет, Design Clone работает без API-ключей и переменных окружения.
Design Clone — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Design Clone в Claude Desktop, Claude Code или Cursor?
Открой Design Clone на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
автор: passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
автор: dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
автор: NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
автор: jangjo123Compare Design Clone with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории design
