mcpbeat Sign in

Ignite UI MCP Server

local only

Ignite UI MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 255 installs a week from npm. Last commit 16 Sep 2026.

Unified MCP server for Ignite UI — documentation, API, and CLI scaffolding

Installs per day peak 214 · avg 50 · +112% w/w
a month agotoday
255
Installs / week
npm · @igniteui/mcp-server
136
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            const child = spawn(process.execPath, [mcpEntry, ...args], {
    - name: Update Resource Paths
      run: find ./dist/${{ env.PROJECT_NAME }}/browser -type f -name '*.js' -exec sed -i -e "s|/assets|/${{ github.event.repository.name }}/assets|g" -e "s|url('/assets|url('/${{ github.event.repository.name }}/assets|g" {} +
…odhlAR6uKLoiWHqHO3aG7scxYMj5cMzkpe1Kq_Dm5yyHkMCSJ_JaRhwymFfV_SWkqd3n-WVZT0ADLEq0RNi9tqZ43noUnO_w", "e": "AQAB", "x5c": ["MIIDYDCCAkigAwIBAgIJAIB4jVVJ3BeuMA0GCSqGSIb3DQEBCwUAMCkxJzAlBgNVBAMTHkxpdmUgSUQgU1RTIFNpZ25pbmcgUHVibGljIEtleTAeFw0xNjA0MDUxNDQzMzVaFw0yMTA0MDQxNDQzMzVaMCkxJzA…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @igniteui/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@igniteui/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@igniteui/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@igniteui/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@igniteui/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ignite UI MCP Server

same job, measured the same way
Forkast MCP Docs
by forkastpredict

MCP server for querying Forkast documentation

4 tools answering
MTA:SA Documentation MCP Server
by luminaire1337

MCP server for MTA:SA documentation with intelligent search and caching

45 installs/wk local only
MCP Docs Server
by praveenc

MCP server for searching MCP protocol documentation

46 installs/wk local only
Capawesome
by capawesome

The official MCP server for Capawesome documentation and Capawesome Cloud.

83 installs/wk 3 tools answering
Webcomponents React MCP Server
by ui5

MCP server for UI5 Web Components for React - Developer documentation and API assistance

962 installs/wk local only
MCP Victorialogs
by victoriametrics

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only
MCP Victorialogs
by victoriametrics-community

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only
Qiskit Documentation MCP Server
by qiskit

MCP server for querying and retrieving Qiskit documentation, guides, and API references

131 installs/wk local only

Ignite UI MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Ignite UI MCP Server?
Ignite UI MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @igniteui/mcp-server was installed 255 times last week.
How do I connect Ignite UI MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @igniteui/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Ignite UI MCP Server?
The npm package @igniteui/mcp-server was installed 255 times in the last week. Week over week that is +112%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ignite UI MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 136 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.