the-designer
Enables generating UI design rules, fetching color palettes, and retrieving brand design references from over 328 brands.
README
The Designer MCP
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
- 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.