1999AZZAR

The Designer MCP

Community 1999AZZAR
Updated

MCP server for production-grade UI design โ€” 27 tools covering design rules, OKLCH tokens with auto dark mode, WCAG 2.1 accessibility audit, React/Vue/HTML component output, vanilla CSS/SCSS/CSS Modules generation, anime.js v4 motion, anti-slop quality gates, and 328+ brand references.

The Designer MCP

MIT LicenseTypeScript

A Model Context Protocol (MCP) server combining three design capabilities into a single endpoint: UI design rules generation, color palette hunting, and real brand design reference fetching (328+ brands).

Table of Contents

  • Features
  • Tools
  • Installation
  • Usage
  • Configuration
  • Configuring with AI Assistants

Features

  • Design Rules Generator: Generate production-ready design rules from 17 design systems (Material, Ant, Carbon, Glass, etc.) + 4 palette modes + 5 archetypes + hybrid combos
  • Color Palette Hunter: Fetch live trending, popular, or themed palettes from Color Hunt with format conversion (CSS, Tailwind, SCSS, Figma, Android XML, Swift)
  • Brand Design References: Access DESIGN.md files for 328+ real-world brands (Stripe, Vercel, Tesla, Claude, Spotify, etc.) grouped by category
  • Reference Library: Built-in reference docs for design systems, accessibility, design tokens, and more

Tools

Tool Description
generate_rules Generate design rules for a style + palette + optional archetype/hybrid
list_options List all available design systems, palettes, archetypes, and valid hybrid combos
validate_combo Validate a style + palette + optional hybrid combination before generating
get_reference Return full content of a reference document (e.g. ant-design, design-tokens)
palette_fetch Fetch live color palettes from Color Hunt (trending/popular/random/theme/query)
palette_convert Convert palette JSON into CSS, Tailwind, SCSS, Figma tokens, Android XML, or Swift
brand_fetch_design_md Download and return the DESIGN.md for a real brand
brand_list List all 328+ supported brands grouped by category

Installation

Manual Installation

# Clone the repository
git clone https://github.com/1999AZZAR/the-designer.git
cd the-designer

# Install dependencies
npm install

# Build the project
npm run build

Requirements

  • Node.js >= 18

Usage

Starting the Server

# Start the server using stdio (default mode)
npm start

Testing with MCP Inspector

npx @modelcontextprotocol/inspector node dist/index.js

Available NPM Scripts

npm run build   # Build the TypeScript project
npm start       # Start the MCP server

Architecture

All tooling is implemented in TypeScript within the MCP server. The skills/ directories are git submodules kept for reference and standalone script usage, but the MCP does not shell out to them at runtime.

src/
  index.ts            # MCP server entry, tool routing
  rules.ts            # Design systems, palettes, archetypes, hybrids, rule generation
  palette.ts          # Color Hunt palette fetcher with caching
  palette-convert.ts  # Format converter (CSS, Tailwind, SCSS, Figma, Android, Swift)

Configuration

Environment Variables

Variable Default Description
UI_DESIGNER_SKILL_PATH skills/ui-designer Path to the ui-designer skill references directory

Configuring with AI Assistants

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "the-designer": {
      "command": "node",
      "args": ["/path/to/the-designer/dist/index.js"],
      "env": {}
    }
  }
}

Roo Code / Cline

Add to your MCP settings file:

{
  "mcpServers": {
    "the-designer": {
      "command": "node",
      "args": ["/path/to/the-designer/dist/index.js"],
      "env": {}
    }
  }
}

Brand Categories

Category Brands
Productivity SaaS Notion, Airtable, Cal, Superhuman, Miro, Intercom, Zapier, Linear
Developer Tools Vercel, Supabase, Cursor, Raycast, Warp, PostHog, Sentry, Expo, Figma, Webflow
AI / ML Claude, Cohere, Mistral, xAI, MiniMax, Replicate, RunwayML, ElevenLabs, Ollama
Fintech Stripe, Coinbase, Binance, Kraken, Revolut, Wise, Mastercard
Design / Creative Figma, Framer, Clay, Lovable, Webflow, Linear
Ecommerce Shopify, Nike, Starbucks
Media / Consumer Spotify, Discord, Slack, Pinterest, The Verge, Wired
Automotive / Luxury Tesla, SpaceX, Ferrari, Bugatti, Lamborghini, BMW, Vodafone
Legacy / Archival Apple, Dell (1996), HP, Nintendo (2001)

License

MIT

MCP Server ยท Populars

MCP Server ยท New