ui-extractor
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., "@ui-extractorExtract the button component from shadcn/ui and generate a React version."
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.
UI Extractor
Extract UI components, design tokens, and patterns from any website. Generate production-ready React, Vue, and HTML components. Includes CLI and MCP server for AI agent integration.
Table of Contents
Related MCP server: browser-mcp
Features
Extract — DOM, CSS variables, computed styles, images, screenshots (full page, viewport, mobile, sections, components)
Analyze — Pattern detection, design system extraction (colors, spacing, radius, fonts), component classification
Spec — Generate component specifications (props, states, accessibility, responsive breakpoints)
Generate — Output HTML, React, or Vue components with CSS/SCSS/Tailwind
Pipeline — Full extract → analyze → spec → generate in one command
Learn — Save any site as a reference for future regeneration
MCP Server — Integrate with Cursor, Claude, Windsurf, VS Code
Tech Stack
Language — TypeScript (ESM)
Runtime — Node.js 20+
Package Manager — pnpm 9+
Browser Automation — Playwright
CLI Framework — Commander.js
MCP SDK — @modelcontextprotocol/sdk
Testing — Vitest
Linting — ESLat 9+ with custom rules (STD-DOC-002, STD-DOC-003)
Getting Started
Prerequisites
Node.js 20 or higher
pnpm 9 or higher
Installation
git clone https://github.com/stsgs1980/ui-extractor.git
cd ui-extractor
pnpm installBuild
pnpm buildRun CLI
# Full pipeline: extract + analyze + spec + generate
pnpm --filter @ui-extractor/cli start pipeline https://ui.shadcn.com --component button --format react
# Extract only
pnpm --filter @ui-extractor/cli start extract https://ui.shadcn.com --screenshot
# Analyze only
pnpm --filter @ui-extractor/cli start analyze https://ui.shadcn.com
# Generate from URL
pnpm --filter @ui-extractor/cli start generate https://ui.shadcn.com --component button --format react
# Learn a site for later use
pnpm --filter @ui-extractor/cli start learn https://ui.shadcn.com --save shadcn-ui
# List saved references
pnpm --filter @ui-extractor/cli start references
# Generate from saved reference
pnpm --filter @ui-extractor/cli start generate-ref shadcn-ui --format vue
# Screenshots
pnpm --filter @ui-extractor/cli start screenshot https://ui.shadcn.com --types full,viewport,sections,components
# Compare two sites
pnpm --filter @ui-extractor/cli start compare https://ui.shadcn.com https://vercel.comRun MCP Server
Add to your MCP config (Cursor, Claude Desktop, Windsurf, VS Code):
{
"mcpServers": {
"ui-extractor": {
"command": "node",
"args": ["packages/mcp/src/server.js"],
"cwd": "/path/to/ui-extractor"
}
}
}Then in Cursor:
@ui-extractor uix_pipeline https://ui.shadcn.com --component button --format reactArchitecture
Monorepo with three packages:
packages/core— Core library (extract, analyze, spec, generate, pipeline, learn)packages/cli— Command-line interfacepackages/mcp— MCP server for AI agent integration
Data flow: URL → Playwright extraction → Analysis (design system, components, patterns) → Spec generation → Code generation (React/Vue/HTML).
Project Structure
packages/core/src/— Core modules (extract.js, analyze.js, spec.js, generate.js, pipeline.js, index.js)packages/cli/src/— CLI entry point (index.js)packages/mcp/src/— MCP server (server.js)docs/— Documentation (agent-workflow.md, teardown-method.md, teardown-cheatsheet.md)eslint-rules/— Custom ESLint rules (unicode-policy, code-block-language)eslint-processors/— Custom ESLint processors (markdown-snippets)
Scripts
Script | Description |
| Run CLI in watch mode |
| Build all packages |
| Run tests with Vitest |
| Lint all files |
| Start MCP server |
| Run CLI |
Configuration
Screenshot Types
full— Full page screenshotviewport— Viewport onlymobile— Mobile viewport (375px)sections— Per-section screenshotscomponents— Per-component screenshots
pnpm --filter @ui-extractor/cli start extract https://example.com --screenshot --screenshot-types full,viewport,sections,componentsMCP Tools
uix_pipeline— Full pipelineuix_extract— Extract UI datauix_analyze— Analyze patterns and design systemuix_spec— Generate component specificationuix_generate— Generate component codeuix_learn— Learn and save referenceuix_references— List referencesuix_generate_from_reference— Generate from saved referenceuix_compare— Compare two URLs
Agent Rules
Any AI agent working on this project MUST read and follow AGENT_RULES.md before performing any operations.
License
MIT
Built with: Node.js 20 + TypeScript + Playwright + Commander.js
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
- AlicenseAqualityBmaintenanceDesign system MCP server. 20 tools: extract design tokens from any URL, pull from Figma or Penpot, generate React + shadcn/ui components from specs, run WCAG audits, sync tokens bidirectionally.5060739MIT
- AlicenseAqualityDmaintenanceA powerful MCP server for UI designers and developers to extract, analyze, and clone website front-end code (HTML, CSS) with pixel-perfect accuracy using browser automation.11202MIT
- Alicense-qualityCmaintenanceComprehensive MCP server for end-to-end UI development, offering tools to generate components, manage design tokens, audit accessibility, autofix issues, inspect live pages, compare screenshots, and more across multiple frameworks.17MIT
- Alicense-qualityDmaintenanceMCP server for automatic Storybook story generation, component analysis, and validation. Auto-detects React frameworks and syncs component documentation.631MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
Official Octoparse MCP server for template discovery, cloud tasks, and structured data export.
Turn any live website into brand colors, fonts, design tokens, SVGs, Lottie and paste-ready code.
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/stsgs1980/ui-extractor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server