Skip to content
Grok

Ignite UI Theming MCP Server for Grok

io.github.igniteui/igniteui-theming

Generate Sass palettes, typography, elevations, and themes for Ignite UI components.

client:Grok transport:stdio runtime:npm

Install Ignite UI Theming MCP Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Ignite UI Theming MCP Server in other clients