# io.github.leMaur/livewire-flux-mcp (npm · livewire-flux-mcp)

Flux UI component and layout docs for AI coding agents. Live from fluxui.dev, Pro-tier aware.

- Trust score: 80/100 (high trust)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-12

## Components

- npm · `livewire-flux-mcp`: 80/100 (this document), [markdown](https://verifymcp.io/servers/lemaur-livewire-flux-mcp/livewire-flux-mcp.md), [page](https://verifymcp.io/servers/lemaur-livewire-flux-mcp/livewire-flux-mcp)

## Channel facts

- Registry: `npm`
- Package: `livewire-flux-mcp`
- Version: `2.3.6`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-12.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 32 of 117 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to leMaur/livewire-flux-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 254 tokens (~63/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add lemaur-livewire-flux-mcp -- npx -y livewire-flux-mcp
```

### Codex

```bash
codex mcp add lemaur-livewire-flux-mcp -- npx -y livewire-flux-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lemaur-livewire-flux-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "livewire-flux-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lemaur-livewire-flux-mcp --command npx --arg -y --arg livewire-flux-mcp
```

### Hermes

```yaml
mcp_servers:
  lemaur-livewire-flux-mcp:
    command: "npx"
    args: ["-y", "livewire-flux-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "lemaur-livewire-flux-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "livewire-flux-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-11 (score 80, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-07 (score 79)

First indexed and scored.

## MCP tools (4)

### `fetch_flux_docs` (~113 tokens)

Fetch documentation for Livewire Flux components or layouts from fluxui.dev

Input parameters:

- `component` (string): The component name or path to fetch documentation for (optional)
- `layout` (string): The layout name to fetch documentation for (e.g., "header", "sidebar") (optional)
- `search` (string): DEPRECATED — accepted but ignored. Will be removed in 3.0. Filter the returned text client-side instead.
- `version` (string): Flux major version to target (default v2)

### `list_flux_components` (~49 tokens)

List all available Flux components from the documentation

Input parameters:

- `tier` (string): Filter components by paid tier (default all)
- `version` (string): Flux major version to target (default v2)

### `list_flux_layouts` (~35 tokens)

List all available Flux layouts from the documentation

Input parameters:

- `version` (string): Flux major version to target (default v2)

### `list_flux_component_icons` (~57 tokens)

List all available Heroicons for use with flux:icon component, with variants and usage examples

Input parameters:

- `search` (string): Search term to filter icon names (optional)
- `variant` (string): Filter icons by variant (optional)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lemaur-livewire-flux-mcp/livewire-flux-mcp#diagnostics

## Score history

- 2026-08-12: 80
- 2026-08-11: 80
- 2026-08-10: 79
- 2026-08-09: 79
- 2026-08-08: 79
- 2026-08-07: 79

## Links

- npm package: https://www.npmjs.com/package/livewire-flux-mcp
- Socket report: https://socket.dev/npm/package/livewire-flux-mcp
- Repository: https://github.com/leMaur/livewire-flux-mcp
- Changelog RSS feed: https://verifymcp.io/servers/lemaur-livewire-flux-mcp/livewire-flux-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/lemaur-livewire-flux-mcp/livewire-flux-mcp.json
- HTML version of this page: https://verifymcp.io/servers/lemaur-livewire-flux-mcp/livewire-flux-mcp
