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. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 9 · #58 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Livewire Flux MCP

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package livewire-flux-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.leMaur is GitHub-verified and matches the repo owner

03 · What Livewire Flux MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

2.3.7 · 2026-08-13

Maintainer metadata refresh. No functional changes: the four MCP tools, their signatures, and their behaviour are identical to 2.3.6. · Changed · Refreshed the published package maintainer contact address to…

2.3.6 · 2026-08-07

Metadata fix for the official MCP Registry listing. No functional changes: the four MCP tools, their signatures, and their behaviour are identical to 2.3.5. · Fixed · The MCP Registry namespace is case-sensitive and…

2.3.5 · 2026-08-07

Metadata and documentation release. No functional changes: the four MCP tools, their signatures, and their behaviour are identical to 2.3.4. · Added · server.json manifest and an mcpName field, so the package can be…

04 · Who maintains Livewire Flux MCP

livewire-flux-mcp is maintained by lemaur. It's the only MCP server we track from this author; the repo dates to Aug 2025.

05 · Facts

category
documentation - ranked #58 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-13)
registry
io.github.leMaur/livewire-flux-mcp (active, first published 2026-08-07)
packages
npm:livewire-flux-mcp

06 · Livewire Flux MCP FAQ

What is 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. It runs locally over stdio via the published package.

Is Livewire Flux MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Livewire Flux MCP?

Run `npx -y livewire-flux-mcp`. You can also paste the ready-made client config above.

Does Livewire Flux MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Livewire Flux MCP