Getting Started
MCP
Learn how to use the shadcn/ui MCP(Model Context Protocol) with ReUI.
MCP is an open protocol that standardizes how applications provide context to LLMs.
Configure MCP
Run the following command to configure the mcp server:
pnpm dlx shadcn@latest registry:mcp
Select your MCP client as prompted, then enable the MCP server in your client to finish setup.
Usage
You can now ask your IDE to use any ReUI component. Here are some prompt examples:
- Add Statistic Card block from ReUI registry.
- Add Base UI Autocomplete Component ReUI registry.
- Add Base UI Phone Input n Component ReUI registry.
- Build me a User Management CRUD using Data Grid and Forms from ReUI registry.