MCP Server / Now Live
The first Design Intelligence Layer your AI agent can natively speak.
Give your AI agent live access to your expression infrastructure. Tokens, brands, and guardrails, directly from Claude Code or Cursor. No manual lookups. No copy-pasting values.
Six tools. Zero friction.
Create Brand
create_brand
Create a new brand from natural language. Express your vision once, get production-ready tokens back.
Get Tokens
get_tokens
Retrieve your full token set. Colors, typography, spacing, radii, shadows. Always current, always resolved.
Push Overrides
push_overrides
Push runtime overrides to any token. Change brand colors, swap typography, adjust spacing on the fly.
Resolve Conflicts
resolve_conflicts
Detect and resolve token conflicts between brands, themes, and component-level overrides.
Accessibility Guardrails
accessibility_check
Validate contrast ratios, touch targets, and WCAG compliance. Violations are caught before they ship.
Style Audit
lint_hardcoded_styles
Scan code for hardcoded values. Find hex colors, pixel values, and magic numbers that should be tokens.
Add this MCP server to my claude_desktop_config.json:
"designless": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.designless.studio/mcp",
"--header",
"x-api-key: YOUR_API_KEY"
]
}
Paste into Claude Code. It handles the rest.