Generate Sass palettes, typography, elevations, and themes for Ignite UI components.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The Ignite UI Theming repository collects a set of Sass mixins, functions, and variables used to create themes for a variety of UI frameworks built by Infragistics. The theming package makes it super easy to create palettes, elevations and typography styles for your projects.
This repository is an npm workspaces monorepo with two packages:
| Package | Name | Description |
|---|---|---|
packages/theming | igniteui-theming | Sass source, JSON build artifacts, published to npm |
packages/mcp | igniteui-theming-mcp | MCP server sources, built into packages/theming/dist/mcp/ |
The igniteui-theming package is the only published artifact β it includes both the Sass theming library and the MCP server binary.
The MCP server is also listed in the MCP Registry as io.github.IgniteUI/igniteui-theming. The server.json at the repo root is its registry manifest, published automatically on release.
Common commands from the repo root:
We provide four predefined palettes - material, bootstrap, fluent and indigo that have all the necessary colors along with diffent variants of those colors to make it even easier picking the right one for your case. Here's what they look like:

To access any of the colors in the palettes, you can use the color function:
You can take a further look on what color functions and mixins the package contains and how to use them in the Colors Wiki Page
Another valuable module of our theming package is the typography, helping you have consistency all over your project. There are again four typography presets for the four themes that we provide out of the box.

You can set any of the typefaces by using the typography mixin, which accepts 2 arguments(font-family and type-scale). By default the typography is using the material typeface and type-scale.
Learn more about the typography module in the package by checking out the Typography Wiki Page
The theming package is providing one preset of shadows that can be used to give your components a lift. They're super helpful using with buttons, cards, navigation bars, etc.

You can set elevations 0-24, by using the elevation function, which accepts the elevation level as an argument:
Learn more about elevations and their abilities in the Elevations Wiki Page
In order to use the Ignite UI Theming in your application you should install the igniteui-theming package:
Next, you will need to use it in the file that you want like this:
You can also use just a fraction of the package:
We provide presets for material, bootstrap, fluent and indigo themes for the color(light and dark palettes), typography and elevations fractions. You can import them into your scss file like this:
You can read more about what the package contains on the Wiki page
To scan the project for linting errors, run
To run the suite of tests, run
Run from packages/theming. Pass the palette (material, bootstrap, fluent, indigo) and variant (light or dark).
The Ignite UI Theming package includes a Model Context Protocol (MCP) server that enables AI assistants to generate production-ready theming code for your Ignite UI applications. This MCP server is part of the larger AI-assisted development toolchain for Ignite UI.
The Model Context Protocol allows AI assistants (like Claude, GitHub Copilot, and others) to connect to external tools and data sources. The Ignite UI Theming MCP server acts as an expert theming assistant that can:
Most users don't need to clone anything. The server ships inside the published igniteui-theming package and is listed in the MCP Registry as io.github.IgniteUI/igniteui-theming β clients that support registry installation can add it by that name, and everything else uses the npx configuration shown below.
To run it from source instead:
Clone the repository and build:
The MCP server works with any MCP-compatible client. Here are setup instructions for popular clients:
For local development - Create or edit .vscode/mcp.json:
Using published package:
igniteui-themingnode (for local) or npx (for package)/absolute/path/to/igniteui-theming/packages/theming/dist/mcp/index.js-y igniteui-themingAdd to your configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
For local development:
Using published package:
Create or edit .cursor/mcp.json in your project:
For local development:
Using published package:
Simply describe your theme to your AI assistant:
"Create a Material Design dark theme for my Angular app with that takes inspiration from the Gruvbox color scheme."
The AI will generate production-ready Sass code with:
"Generate a light theme palette using teal as primary and purple as secondary"
Get perfectly calculated color shades following design system standards.
"Set up typography using Inter font with Material Design type scale for Web Components"
Get proper typography configuration with font families and responsive type scales.
"What design tokens are available for the button component?"
"Create a flat button theme with purple background and white text"
Discover and customize individual component styles using design tokens.
The MCP server provides 8 tools and 16 resources:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ignite-ui-theming-mcp-server)<a href="https://allmcps.com/mcp/ignite-ui-theming-mcp-server"><img src="https://allmcps.com/api/badge/ignite-ui-theming-mcp-server?style=directory" alt="Ignite UI Theming MCP Server on AllMCPs" /></a>