Connect the ReUI MCP server to GitHub Copilot and build UI from the ReUI registry by chat.
Your AI coding agent connects to ReUI in one step, so you can build UI from the ReUI registry right inside your editor.
Point your agent's MCP config at the ReUI server. Most agents read the same HTTP MCP format, so add a JSON entry like this:
{
"servers": {
"reui": {
"type": "http",
"url": "https://mcp.reui.io"
}
}
}You can also run MCP: Add Server from the Command Palette to create this entry. Then open Copilot Chat in Agent mode so it can call ReUI tools.
On first start, VS Code asks you to confirm you trust the server, then a browser tab opens with a "Sign in with ReUI" prompt. Trust the server, authorize the sign-in, and you are connected. If you do not have an account yet, a free ReUI account is created for you in that same flow, so there is no separate signup step.
Run this one-liner in your project root:
curl -fsSL https://mcp.reui.io/install | node -It drops a ReUI skill file into your project so your agent follows ReUI's build workflow (picking the right blocks, wiring components, and keeping the registry conventions) instead of guessing.
Describe the interface you want in plain language and GitHub Copilot 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, then restart GitHub Copilot.reui to sign in again.reui and retry your last prompt.Free includes components and examples with 100 requests per day. A Pro or Ultimate license unlocks premium blocks, icons, and unlimited requests. See pricing for the full breakdown, or head back to the MCP setup index for other agents.