ui-extractor

stsgs1980/ui-extractor
★ 0 stars JavaScript AI/LLM Updated today
Extract UI components, design tokens, and patterns from any website. Generate production-ready React/Vue/HTML components. CLI + MCP server for AI agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ui-extractor": {
      "command": "npx",
      "args": [
        "-y",
        "stsgs1980/ui-extractor"
      ]
    }
  }
}