Skip to content
VS Code

Ignite UI Theming MCP Server for VS Code

io.github.igniteui/igniteui-theming

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

client:VS Code transport:stdio runtime:npm

Install Ignite UI Theming MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Ignite UI Theming MCP Server in other clients