the-designer
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., "@the-designerget the design reference for Stripe"
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.
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
Related MCP server: Chuk Design System
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 design rules for a style + palette + optional archetype/hybrid |
| List all available design systems, palettes, archetypes, and valid hybrid combos |
| Validate a style + palette + optional hybrid combination before generating |
| Return full content of a reference document (e.g. |
| Fetch live color palettes from Color Hunt (trending/popular/random/theme/query) |
| Convert palette JSON into CSS, Tailwind, SCSS, Figma tokens, Android XML, or Swift |
| Download and return the DESIGN.md for a real brand |
| 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 buildRequirements
Node.js >= 18
Usage
Starting the Server
# Start the server using stdio (default mode)
npm startTesting with MCP Inspector
npx @modelcontextprotocol/inspector node dist/index.jsAvailable NPM Scripts
npm run build # Build the TypeScript project
npm start # Start the MCP serverArchitecture
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 |
|
| 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
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.
Latest Blog Posts
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/1999AZZAR/the-designer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server