Connect the ReUI MCP server to Lovable and build UI from the ReUI registry by chat.
Lovable connects to ReUI through a single chat connector, so you can build UI from the ReUI registry right inside your chat.
In Lovable, open Connectors, go to Chat connectors, then click New MCP server (a remote MCP server that extends the agent's capabilities). Fill in the form:
Server name: reui
Server URL: https://mcp.reui.io
Authentication: OAuth (default)Leave Authentication on OAuth (default) - it authorizes in the next step. Then click Add & authorize. (For CI or a headless setup, pick Bearer token or API key instead and paste your ReUI license key, from .)
Add & authorize opens a "Sign in with ReUI" window. Approve it, then click Add server to finish. If you do not have a ReUI account yet, a free one is created for you in that same flow, so there is nothing to set up ahead of time.
You do not install anything - the skill rides on the MCP from mcp.reui.io, no separate registry to add. Once the connector is authorized, the Lovable Agent gets ReUI's tools, and it can call get_agent_skill to load the full ReUI workflow (the reuse-first rule and the discover, install, adapt order) as a document. If a build ever drifts off-pattern, tell it to "follow the ReUI skill" to reload that workflow.
Lovable builds on the shadcn/ui model (Vite + React), so the Agent adds ReUI components from the registry as the MCP returns them. Free items (the 17 components and every c-* example) need no license. For premium blocks or Motion Icons, connect GitHub and add the @reui registry to components.json with your REUI_LICENSE_KEY, then run npx shadcn@latest add @reui/<name> in the synced repo. See License Setup.
Describe the interface you want in plain language and Lovable pulls the right ReUI components, examples, and blocks from the registry, then wires them into your project.
Use ReUI to scaffold an admin app - the app-shell with a collapsible sidebar and top bar, and a dashboard page with stat cards and a chart.Add a data-grid of orders with sorting, column filters, pagination, and row selection, wired to my /api/orders endpoint.Build a multi-step "create project" wizard with the ReUI stepper and form components, with validation on each step.Add a kanban board for support tickets with drag and drop, grouped by status, and a filters bar above it.Almost every hiccup is a stale sign-in - the fix is to reconnect and authorize again.
reui server, and authorize again, then restart Lovable.reui server, and authorize again to sign in again.reui server, and authorize again and retry your last prompt.Free covers components and examples at 100 requests/day; a Pro or Ultimate license unlocks premium blocks, icons, and unlimited requests.