Ignite UI MCP Server
Rank #34,753io.github.IgniteUI/mcp-server
Unified MCP server for Ignite UI — documentation, API, and CLI scaffolding
Ignite UI MCP Server is a Model Context Protocol (MCP) server published by igniteui. It ranks #34,753 of 115,591 servers tracked on MCP Toplist. Ignite UI MCP Server is listed on Official MCP, with 5 tracked versions. It was first listed on May 13, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 80,838 of 115,591 servers on MCP Toplist.
Use Ignite UI MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add igniteui -- npx -y @igniteui/mcp-server[mcp_servers.igniteui]
command = "npx"
args = ["-y", "@igniteui/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"igniteui": {
"command": "npx",
"args": [
"-y",
"@igniteui/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"igniteui": {
"command": "npx",
"args": [
"-y",
"@igniteui/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"igniteui": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@igniteui/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"igniteui": {
"command": "npx",
"args": [
"-y",
"@igniteui/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"igniteui": {
"command": "npx",
"args": [
"-y",
"@igniteui/mcp-server"
]
}
}
}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%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.IgniteUI%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.IgniteUI%2Fmcp-server.svg" alt="MCP Toplist: Top 50% 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 (5)
| Version | Published |
|---|---|
| 15.6.0 | Aug 31, 2026 |
| 15.5.1 | Aug 5, 2026 |
| 15.2.2 | Jun 1, 2026 |
| 15.2.0 | May 18, 2026 |
| 15.1.0 | May 13, 2026 |
Frequently asked questions
- Who maintains Ignite UI MCP Server?
- Ignite UI MCP Server is maintained by igniteui, which publishes 3 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Ignite UI MCP Server listed on the Official MCP Registry?
- Yes — Ignite UI MCP Server is listed on the Official MCP Registry.
- How many versions does Ignite UI MCP Server have?
- MCP Toplist tracks 5 versions of Ignite UI MCP Server, most recently published on Aug 31, 2026.
- Where can I find the source code for Ignite UI MCP Server?
- The source code for Ignite UI MCP Server is hosted at github.com/IgniteUI/igniteui-cli.