Wellx Design System MCP
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., "@Wellx Design System MCPShow me the Button component spec and its tokens."
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.
Wellx Unified Design System
One hub, four surfaces. Everything in this repo is the single source of truth for how Wellx tools and products look; every other artifact is generated from or synced to it.
Surface | Consumer | Mechanism |
Figma "Foundations" + "Wellx Unified Design System" files | designers | Figma team library (publish from Figma) |
| app builds | npm package: CSS variables + Tailwind preset |
| AI agents | MCP server: rules, recipes, tokens, search, validate |
| humans | documentation site — host via GitHub Pages / Vercel; run locally with any static server ( |
Using the MCP (agents)
Testing phase — straight from GitHub, no hosting. Add to any repo's .mcp.json (or claude mcp add):
{
"mcpServers": {
"wellx-design-system": {
"command": "npx",
"args": ["-y", "github:mbarbarydesign/Wellx-design-mcp"]
}
}
}Every new session installs and runs the latest commit of main — push an update and the next session anyone starts is current. Covers Claude Code and Claude Desktop. (Local dev inside this repo: "command": "node", "args": ["mcp/server.mjs"].)
Production phase — remote connector. Deploy the same tool core behind Streamable HTTP on Vercel, then add the URL once as a custom connector in the Claude workspace settings — that extends coverage to claude.ai web/mobile and Cowork. Repos then swap the npx entry for the URL.
Tools: get_principles · get_rules(topic) · get_component_spec(name) · get_tokens(category, mode) · search(query) · validate(code) · get_changelog.
Each portal repo should also keep the thin pointer skill (skill/SKILL.md) in .claude/skills/wellx-design-system/ so agents know to call the server.
Related MCP server: eds-mcp-server
Using the tokens (builds)
// tailwind.config.js
module.exports = { presets: [require('@wellx/design-tokens/wellx-tailwind-preset.cjs')], darkMode: ['class'], content: [...] };/* app entry */
@import '@wellx/design-tokens/wellx-tokens.css';Updating the system
Designer edits variables in the Figma Foundations file → publishes the library.
Run the sync (
scripts/sync-from-figma.mjswithFIGMA_TOKEN, or a Claude session with the Figma MCP) → PR with the token diff + CHANGELOG entry.Merge → regenerate
tokens/*.css|cjsfromwellx-tokens.json, bump versions, publish npm packages, redeploy the MCP + docs.Portal repos pick up tokens via a dependency bump; agents are current immediately via the MCP.
Rules changes (spec/*.md) follow the same PR flow — the MCP serves them live; no agent-side update needed.
Governance
CODEOWNERS on
tokens/andspec/— design lead approves every change.Renaming/removing a token = major version + migration note in CHANGELOG.
New components enter
spec/components.mdonly with a reviewed reference implementation.
Documentation site
docs/ is a zero-build static site: What's new, Color tokens, per-component pages (spec + how to use + code), install guide, and the Design System Creator (enter primary/secondary colors, get one design-system.json — guidelines + all tokens — with generated 25-950 scales). docs/one-pager.html is the printable single-page overview.
Ship an update: edit docs/data.js (WHATS_NEW + VERSION), CHANGELOG.md, and the spec/tokens as needed - one PR updates the MCP, the site, and the changelog together.
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.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server that exposes your design system components and tokens to AI agents, preventing duplicate component creation and hardcoded token values.149MIT
- AlicenseBqualityAmaintenanceEnables AI agents to access design system tokens and component contracts through MCP, reducing token usage and ensuring consistency.29MIT
- AlicenseAqualityCmaintenanceAn MCP server that connects AI clients to Figma components, design tokens, and variables from the BrixUI Design System, enabling component browsing, searching, and token retrieval.47MIT
- AlicenseAqualityCmaintenanceMCP server for the coss ui design system, enabling AI agents to fetch components, props, and design tokens on demand for accurate, low-cost code generation.61MIT
Related MCP Connectors
A design-style library for AI agents: search real styles, fetch a ready-to-apply design spec.
UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.
Paid remote MCP for agent design system guard MCP, structured receipts, audit logs, and reviewer-rea
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mbarbarydesign/Wellx-design-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server