Skip to content
NewReUI Pro is LIVE with 485 premium blocks, 560+ hand-crafted icons and moreView pricing
DocsSupportPricing
XFigma3k
Overview
  • Introduction
  • Get Started
  • License Setup
  • Styling
  • Registry
  • Agent Skills
  • Changelog
MCP Server
  • Claude
  • CodexCodexCodex
  • Cursor
  • Lovable
  • Replit
  • OpenCode
Components
  • Alert
  • Autocomplete
  • Badge
  • Data GridVirtualization and row pinning support added
  • Date Selector
  • File Upload
  • Filters
  • Frame
  • Icon Stack
  • Kanban
  • Number Field
  • Phone Input
  • Rating
  • Scrollspy
  • Sortable
  • Stepper
  • Timeline
  • Tree

Application

  • App Shell
  • Auth
  • Card
  • Chart
  • Dashboard
  • Dialog
  • Empty State
  • Form
  • Kanban Board
  • List
  • Navbar
  • Onboarding
  • Profile
  • Schedule
  • Settings
  • Stats
  • Timeline
  • Wizard

Solutions

  • Agents
  • AI Ops
  • Analytics
  • Billing
  • Bookings
  • CRM
  • Inventory
  • Users

eCommerce

  • Category Card
  • Checkout
  • Comparison
  • Coupon
  • Filter Sidebar
  • Product Card
  • Product Detail
  • Product Grid
  • Receipt
  • Review
  • Shopping Cart
  • Wishlist

Data Grid

  • Base
  • Columns
  • Drag & Drop
  • Editing
  • Expansion
  • Filtering
  • Grouping
  • Virtualization

Marketing

  • Blog
  • Contact
  • CTA
  • FAQ

Resources

  • Components
  • Blocks
  • Docs
  • Support
  • Pricing
  • RoadmapSoon
  • AffiliateSoon

Legal

  • Privacy Policy
  • Terms & Conditions
  • License
  • Refunds
  • Cookies

© 2026 ReUI. All rights reserved.

3k

Zed

PreviousNext

Connect the ReUI MCP server to Zed and build UI from the ReUI registry by chat.

Zed connects to ReUI as a context server, so you can build UI from the ReUI registry right inside the assistant panel.

Connect ReUI

Add the context server

Open your Zed settings JSON and add a context server:

settings.json
VS CodeRoadmap

On This Page

Connect ReUIAdd the context serverSign in with ReUIInstall the ReUI skillBuild with ReUITroubleshooting
{
  "context_servers": {
    "reui": {
      "url": "https://mcp.reui.io"
    }
  }
}

Prefer the UI? Open Settings > AI > MCP Servers > Add Server > Add Remote Server and paste the same URL. Either way, modern Zed prompts the OAuth sign-in for a remote server automatically. (On older builds that only speak stdio, run the server through the mcp-remote bridge.)

Sign in with ReUI

The first time Zed calls a ReUI tool, a browser tab opens with a "Sign in with ReUI" prompt. Approve it and you are connected. 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 in advance.

For a headless or CI setup where no browser is available, create a personal token at reui.io/account/mcp and pass it as an Authorization: Bearer header instead.

Install the ReUI skill

Run this one-liner in your project to add the ReUI skill:

Install the ReUI skill
curl -fsSL https://mcp.reui.io/install | node -

This drops a ReUI skill file into your project so Zed follows ReUI's build workflow (picking the right primitives, wiring blocks, and keeping styling consistent) whenever it builds with the registry.

Build with ReUI

Describe the interface you want in plain language and Zed pulls the right ReUI components, examples, and blocks from the registry, then wires them into your project.

Prompt
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.
Prompt
Add a data-grid of orders with sorting, column filters, pagination, and row selection, wired to my /api/orders endpoint.
Prompt
Build a multi-step "create project" wizard with the ReUI stepper and form components, with validation on each step.
Prompt
Add a kanban board for support tickets with drag and drop, grouped by status, and a filters bar above it.

Troubleshooting

Almost every hiccup is a stale sign-in - the fix is to reconnect and authorize again.

  • Tools missing, greyed out, or "not connected" - the server did not finish connecting. To fix it, re-open Zed's Agent settings and re-authenticate the reui server, then restart Zed.
  • 401 or "authentication required" - your ReUI session expired. To fix it, re-open Zed's Agent settings and re-authenticate the reui server to sign in again.
  • Requests hang or the session drops mid-build - long sessions can lose the connection. To fix it, re-open Zed's Agent settings and re-authenticate the reui server and retry your last prompt.
  • 429 "daily limit reached" - you hit the free limit of 100 requests per day. Sign in with your ReUI license for unlimited access, or wait for the next day.
What your plan unlocks

Free covers components and examples with 100 requests per day. A Pro or Ultimate license adds premium blocks, icons, and unlimited requests. See pricing for the full breakdown, or the other agent guides for other agents.