Mmcp.market

Livewire Flux MCP server

by leMaur·io.github.leMaur/livewire-flux-mcp·v2.3.6

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

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

9 stars43 downloads/wk

Reviews

Write one

Nobody has reviewed Livewire Flux yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Livewire Flux tools (4)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • fetch_flux_docs

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

  • list_flux_component_icons

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

  • list_flux_components

    List all available Flux components from the documentation

  • list_flux_layouts

    List all available Flux layouts from the documentation

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan3 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 14 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Livewire Flux repository's README, as published. We do not edit it. Read it on GitHub

Livewire Flux MCP

An MCP (Model Context Protocol) server that provides access to Livewire Flux Components and Layouts from Livewire Flux. This server allows AI assistants to fetch and search through Flux component and layout documentation on demand.

⚠️ Disclaimer

This is a personal project and is not affiliated with Livewire Flux.

What it does

This MCP server scrapes and provides structured access to the Livewire Flux documentation, enabling AI assistants to:

  • Fetch documentation for specific Flux components from https://fluxui.dev/components/
  • Fetch documentation for specific Flux layouts from https://fluxui.dev/layouts/
  • Access component and layout reference sections with API details, props, and usage patterns
  • Search through component and layout documentation content
  • List all available Flux components
  • Browse and search all available Heroicons for use with flux:icon component
  • Access up-to-date documentation directly from the official Flux website
  • High-performance caching with 24-hour expiration for optimal response times

Why not just Laravel Boost?

Boost already indexes Flux through its search-docs tool, and for a lot of questions that is enough. Two things it does not do:

question can come back as a several-thousand-token dump (laravel/boost#290). This server fetches the one component page you asked for, plus its reference section.

  • Scoped answers. search-docs is a semantic search over a 17k-document corpus, so a broad Flux

list and does not tell your agent which components need a paid Flux license. This server reads the tier live and flags it, so your agent stops writing markup you cannot ship.

  • Pro-tier awareness. Boost's bundled fluxui-development skill carries a hardcoded component

If you are on Boost, npx livewire-flux-mcp install wires both together — see AI Guidelines & Skills. The two are complementary: keep Boost for Laravel, Livewire, Pest and the rest; let this server answer Flux.

Set Up Your Agents

The server runs over stdio and is launched with npx, so there is nothing to install globally. Every agent stores that differently — pick yours below.

Cursor

One-click install:

Add flux-docs to Cursor

Or add it by hand to .cursor/mcp.json (this project) or ~/.cursor/mcp.json (every project):

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

Cursor has no cursor mcp add command — the deeplink and the config file are the two supported routes.

Claude Code

claude mcp add --transport stdio --scope project flux-docs -- npx -y livewire-flux-mcp

Everything after -- is passed to the server verbatim. --scope project writes .mcp.json in the project root so the whole team gets it:

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y livewire-flux-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add livewire-flux-mcp -- npx -y livewire-flux-mcp
Add to Cursor

Livewire Flux: common questions

Is Livewire Flux MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Livewire Flux safety report
How do I install Livewire Flux?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Livewire Flux need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Livewire Flux maintained?
The last commit was 15 days ago (2026-09-10). The latest release is v2.3.6.
What can I use instead of Livewire Flux?
Servers from other publishers that do the same job: Starwind UI MCP Server, classifier.dev docs MCP server and @imqueue MCP server. Compare all Livewire Flux alternatives.

Alternatives to Livewire Flux

Same job from other publishers: the closest match first, then the best rated.

All Livewire Flux alternatives →
  • Starwind UI MCP Server
    Framework-aware Starwind UI v3 tools for Astro and React setup, components, docs, and migration.
    A
  • classifier.dev docs
    classifier.dev documentation as tools: list, read and search the reference, benchmark and guides.
    A
  • @imqueue
    Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
    A
  • Electrik Slate
    Read-only MCP for Electrik Slate: Blade component docs, blocks gallery, source, and llms.txt.
    A
  • OneSource MCP
    Blockchain data, Deepstate and Standard Reserve markets, live chain queries, and API docs
    B

More from leMaur →