Design
themelab.co
Generates and manages shadcn/ui themes from brand colors or natural language prompts.
ENDPOINT 1
https://themelab.co/api/mcp
MCP server metadata
- Name
- themelab
- Version
- 1.0.0
Theme Lab MCP — generate, derive, audit, and export shadcn/ui themes in the OKLCH color space. Start with list_presets or generate_theme_from_prompt to get a Theme JSON, then call get_contrast_report to verify accessibility and export_theme to produce a ready-to-paste index.css or Tailwind config.
Known tools 5
derive_theme_from_brandDerive a complete shadcn/ui theme (24 tokens × light + dark) from a single brand color.
Inferred read-onlygenerate_theme_from_promptGenerate a complete shadcn/ui theme from a natural-language vibe (e.g.
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.themelab]
url = "https://themelab.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"themelab": {
"type": "http",
"url": "https://themelab.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: themelab
Remote MCP URL: https://themelab.co/api/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": {
"themelab": {
"url": "https://themelab.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"themelab": {
"type": "http",
"url": "https://themelab.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "themelab",
"transport": "streamable-http",
"url": "https://themelab.co/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for themelab.co was fetched 2026-07-27T10:01:57.498Z and is being refreshed.
themelab.co is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.