Design
csscreme.com
MCP server for discovering, browsing, and retrieving design system themes and shadcn/ui tokens to help build styled applications.
ENDPOINT 1
https://csscreme.com/mcp
MCP server metadata
- Name
- csscreme
- Version
- 1.6.0
CSS Crème gives a coding agent a real design system before it writes UI. Free, no account, no key. Typical flow: search_themes -> get_design_md -> follow its rules while building -> get_theme_tokens or get_install_command to install. If a DESIGN.md is already in the repo, call verify_design_md with its Fingerprint line first; a stale copy is worse than none. get_agent_rules returns a block for CLAUDE.md / AGENTS.md so the rules apply every session. Every contrast ratio in a DESIGN.md is computed, not asserted; if a pair fails WCAG AA the file says so.
Known tools 12
search_themesFind a design system by describing what you are building ("dark developer tool", "calm fintech dashboard", "playful consumer app").
Inferred read-onlyget_theme_tokensGet the shadcn/ui registry item (OKLCH tokens, light and dark) plus the paste-ready CSS variables for one theme, and the one-line command that installs it for real.
Potential side effectsget_install_commandReturn the exact `npx shadcn@latest add <url>` command that installs one theme into a shadcn/ui project, plus the registry URL it reads.
Potential side effectsget_agent_rulesReturn a short standing-instructions block that makes every future session read DESIGN.
Inferred read-onlydecode_urlFetch a public site's HTML and stylesheets and return what its CSS declares: named custom properties that look like design tokens, the colours it uses most, its font stacks, border radii, spacing values, and the framework it appears to be built with.
Inferred read-onlycss_featureAnswers two questions about a modern CSS feature with data instead of recall.
Inferred read-onlyget_design_md_for_urlRead the stylesheets of a public site and return a full DESIGN.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.csscreme]
url = "https://csscreme.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"csscreme": {
"type": "http",
"url": "https://csscreme.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: csscreme
Remote MCP URL: https://csscreme.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"csscreme": {
"url": "https://csscreme.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"csscreme": {
"type": "http",
"url": "https://csscreme.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "csscreme",
"transport": "streamable-http",
"url": "https://csscreme.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.