Livewire Flux MCP server
Flux UI component and layout docs for AI coding agents. Live from fluxui.dev, Pro-tier aware.
9 stars43 downloads/wk
Reviews
Write oneNobody 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 postsRead from the package source without running it. The installed server may list more.
fetch_flux_docsFetch documentation for Livewire Flux components or layouts from fluxui.dev
list_flux_component_iconsList all available Heroicons for use with flux:icon component, with variants and usage examples
list_flux_componentsList all available Flux components from the documentation
list_flux_layoutsList 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
- 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
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-mcpEverything 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
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 14 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.
- Starwind UI MCP ServerFramework-aware Starwind UI v3 tools for Astro and React setup, components, docs, and migration.not reviewedGrowingA
- classifier.dev docsclassifier.dev documentation as tools: list, read and search the reference, benchmark and guides.not reviewedEstablishedA
@imqueueSearch @imqueue docs and scaffold typed services & clients from your AI coding agent.not reviewedGrowingA- Electrik SlateRead-only MCP for Electrik Slate: Blade component docs, blocks gallery, source, and llms.txt.not reviewedGrowingA
- OneSource MCPBlockchain data, Deepstate and Standard Reserve markets, live chain queries, and API docsnot reviewedGrowingB