Skip to content
Cursor

livewire flux mcp for Cursor

io.github.lemaur/livewire-flux-mcp

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

client:Cursor transport:stdio runtime:npm

Install livewire flux mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

livewire flux mcp in other clients