Ignite UI Theming MCP Server
Rank #2,590io.github.IgniteUI/igniteui-theming
Generate Sass palettes, typography, elevations, and themes for Ignite UI components.
Ignite UI Theming MCP Server is a Model Context Protocol (MCP) server published by igniteui. It ranks #2,590 of 115,591 servers tracked on MCP Toplist, and its repository has 27 GitHub stars. Ignite UI Theming MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 20, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 113,001 of 115,591 servers on MCP Toplist.
Use Ignite UI Theming MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add igniteui-theming -- npx -y igniteui-theming[mcp_servers.igniteui-theming]
command = "npx"
args = ["-y", "igniteui-theming"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"igniteui-theming": {
"command": "npx",
"args": [
"-y",
"igniteui-theming"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"igniteui-theming": {
"command": "npx",
"args": [
"-y",
"igniteui-theming"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"igniteui-theming": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"igniteui-theming"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"igniteui-theming": {
"command": "npx",
"args": [
"-y",
"igniteui-theming"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"igniteui-theming": {
"command": "npx",
"args": [
"-y",
"igniteui-theming"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.IgniteUI%2Figniteui-theming)<a href="https://mcptoplist.com/server/io.github.IgniteUI%2Figniteui-theming"><img src="https://mcptoplist.com/badge/io.github.IgniteUI%2Figniteui-theming.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
igniteui
Other servers by igniteui
View all igniteui servers →Available versions (1)
| Version | Published |
|---|---|
| 28.1.1 | Aug 26, 2026 |
Frequently asked questions
- Who maintains Ignite UI Theming MCP Server?
- Ignite UI Theming MCP Server is maintained by igniteui, which publishes 3 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Ignite UI Theming MCP Server listed on the Official MCP Registry?
- Yes — Ignite UI Theming MCP Server is listed on the Official MCP Registry.
- How many versions does Ignite UI Theming MCP Server have?
- MCP Toplist tracks 1 version of Ignite UI Theming MCP Server, most recently published on Aug 26, 2026.
- Where can I find the source code for Ignite UI Theming MCP Server?
- The source code for Ignite UI Theming MCP Server is hosted at github.com/IgniteUI/igniteui-theming.