Ignite UI Theming MCP Server

Ignite UI Theming - from Infragistics 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. Its 8 documented tools cover palette, theme, component.

People who work with palette, theme and component and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in SCSS.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 44 · #17 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · SCSS · how we verify → /methodology

01 · Install Ignite UI Theming MCP Server

Claude Code

claude mcp add igniteui-igniteui-theming -- npx -y igniteui-theming

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "igniteui-igniteui-theming": {
      "command": "npx",
      "args": [
        "-y",
        "igniteui-theming"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package igniteui-theming - unscoped; check the name against the project README before installing

registry namespace io.github.IgniteUI is GitHub-verified and matches the repo owner

03 · What Ignite UI Theming MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can generate color palette with automatic shade calculations, create palette with fine-grained control over individual shades, configure elevation shadows, and generate complete theme (palette + typography + elevations).

Capability map

Tools grouped from the project's README - what Ignite UI Theming MCP Server lets an agent do.

create & write

6 tools - e.g. Generate color palette with automatic shade calculations; Create palette with fine-grained control over individual shades; Setup typography with font families and type scales

create_palette · create_custom_palette · create_typography · create_elevations · create_theme · create_component_theme

Detect

1 tool - e.g. Auto-detect which Ignite UI platform your project uses

detect_platform

read & search

1 tool - e.g. Discover customizable properties for components

get_component_design_tokens

Latest releases

v29.0.0 · 2026-09-11

add theme and schemas · add theme · feat(): add color-picker, qr-code and breadcrumb tailwind themes · remove potentially harmful grid summary border-width properties

v28.1.1 · 2026-08-26

v28.1.0 · 2026-08-26

publish the server to the MCP registry · update schema tokens

04 · Who maintains Ignite UI Theming MCP Server

Ignite UI Theming MCP Server is maintained by igniteui. We track 2 MCP servers from igniteui - 2 actively maintained, 180 combined GitHub stars, oldest repo from Oct 2017. Full record: all servers from igniteui.

  1. Ignite UI MCP Server Unified MCP server for Ignite UI - documentation, API, and CLI scaffolding ★ 136

05 · Facts

category
other - ranked #17 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-09-11)
registry
io.github.IgniteUI/igniteui-theming (active, first published 2026-08-26 · 2 versions)
packages
npm:igniteui-theming

06 · Ignite UI Theming MCP Server FAQ

Is Ignite UI Theming MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Ignite UI Theming MCP Server do?

With this server connected, an agent can generate color palette with automatic shade calculations, create palette with fine-grained control over individual shades, configure elevation shadows, and generate complete theme (palette + typography + elevations).

How do I install Ignite UI Theming MCP Server?

Run `npx -y igniteui-theming`. You can also paste the ready-made client config above.

Does Ignite UI Theming MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ignite UI Theming MCP Server