extract-design-system

data-ai MCP Server

Extract design tokens (colors, typography, spacing, border radius, shadows) from any public website. Generates JSON and CSS custom properties for local projects. Available as an AI agent skill (Claude, Cursor, Codex) and standalone CLI.

VerifiedInstall Ready
data-aidata-ai
3 views65 stars9 forksv0.1.11MIT

Why This Matters

Discovered via github-topic:mcp and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp
Stars
65
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx extract-design-system

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "extract-design-system": {
      "command": "npx",
      "args": [
        "extract-design-system"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

4
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (4)

Tool

Description

extract_design_system

Run a full extraction from a URL and write `design-system/tokens.json` + `tokens.css`

init_design_system

Re-emit token files from the cached `.extract-design-system/normalized.json` without re-fetching

get_tokens

Read and return the current `design-system/tokens.json` without re-extracting