Design-MCP
An MCP server that enables AI agents to semantically retrieve premium UI components from Awwwards and adapt them into clean React + Tailwind code.
README
Design-MCP — Awwwards UI/UX Knowledge Base + MCP Server
An autonomous build: a data pipeline that cleans, chunks, tags, and embeds thousands of premium static websites into a vector database, plus a custom MCP server that lets any AI coding agent semantically retrieve world-class UI components and adapt them into clean React + Tailwind.
How to run this project with Claude Code
This repo is set up to be built by an agent. Open it in Claude Code and type:
/start
The orchestrator reads .claude/state/progress.json,
figures out the next incomplete phase, and dispatches the matching subagent. It loops:
run phase → QA verifier gates it → mark done → next phase. Say /start again anytime to
resume from where it stopped. Other commands: /status, /run-phase <n>, /verify.
Pipeline (one command, resumable)
npm install
cp .env.example .env # fill in keys
npm run pipeline # clean -> chunk -> tag -> embed -> upload
npm run server # start the MCP server on stdio
Architecture
Four phases, each owned by a dedicated subagent, gated by a QA verifier:
| Phase | Owner subagent | Output |
|---|---|---|
| 1. Clean + Chunk | data-pipeline-engineer |
clean component chunks |
| 2. Tag | data-pipeline-engineer |
.metadata.json per chunk |
| 3. Embed + Store | vector-db-engineer |
vectors in Mongo Atlas |
| 4. MCP Server | mcp-server-engineer |
search_premium_ui tool |
| —. Wire agent | integration-engineer |
client config + persona |
See docs/ARCHITECTURE.md for the full engineering blueprint and
CLAUDE.md for the rules every agent follows.
Design principles
- Zero manual processing — no hand-cleaning of folders.
- Resumable + idempotent — every stage skips already-done work; re-runs are safe.
- Bounded concurrency — a worker pool (
src/lib/pool.ts) keeps memory flat over thousands of files and respects LLM rate limits. - Adapt, don't copy — the agent rebuilds retrieved UI as modular React, never pastes.
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.