$ timeahead.in
/ servers/npm/igniteui-theming
npm

igniteui-theming

A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.

26 stars10k/wkupdated 0d agogithub ↗
87good
▣ Overview
npm version

What it does

A Sass theming library and MCP server for Ignite UI applications. The Sass side provides four predefined theme palettes (material, bootstrap, fluent, indigo) with light and dark variants, plus modules for typography presets and elevation shadows. The bundled MCP server enables AI assistants like Claude to generate production-ready theming code—building complete themes, color palettes with shade variants, and typography systems from natural language descriptions.

Who it's for

Frontend teams building Ignite UI applications who need consistent design tokens across their codebase. Especially useful for teams using Claude or other MCP-compatible AI assistants to accelerate theme creation, palette generation, and component customization without manual Sass authoring.

Common use cases

  • Access palette colors using the color() function with automatic shade variations
  • Apply typography presets via the typography() mixin
  • Add consistent shadows using elevation levels 0–24 with the elevation() function
  • Prompt Claude to generate a complete light/dark theme for your application
  • Customize design tokens and component styling through an MCP-connected IDE

Setup pitfalls

  • The MCP server requires npm run build from the repository root before the binary is available in dist/mcp/
  • Needs filesystem write permissions—the MCP server generates and modifies theme files in your project
  • Your build pipeline must support Sass to consume the @use imports from the package
  • The MCP server must be registered in your AI client config (e.g., .vscode/mcp.json for VS Code)
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
62
12.5
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
86.5
⚿ Capabilities & Risk Explainer
fs readfs writeexecsecrets
◆ Risk level: medium
fs read + fs write + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "igniteui-theming": {
      "command": "npx",
      "args": [
        "-y",
        "igniteui-theming"
      ]
    }
  }
}
📈 Score historylast 33 snapshots
5/25/20267/6/2026 · 33 snapshots
⚙ Maintenance health
maintenance data not yet available — check back later.
⛁ Raw data
weekly downloads10k
github stars26
forks1
open issues15
license✓ present
readme length12142 chars
last publish0d ago
last commit0d ago
last updated7d ago
install verified✓ pass · 7d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points