Step-by-step integration guide via MCP (Model Context Protocol) delivery
Connect to this remote MCP server for shadcn-ui integration guidance.
https://install.md/installmd/shadcn-ui
Add this MCP server URL to your coding agent's configuration:
https://install.md/installmd/shadcn-ui
If your agent supports it, start with this prompt:
/use-shadcn-ui
Otherwise, send a prompt like "Start integration with shadcn-ui"
shadcn/ui
is a set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks and AI models. Open Source. Open Code.
This is not a component library. It is how you build your component library.
You know how most traditional component libraries work: you install a package from NPM, import the components, and use them in your app.
This approach works well until you need to customize a component to fit your design system or require one that isn’t included in the library. Often, you end up wrapping library components, writing workarounds to override styles, or mixing components from different libraries with incompatible APIs.
This is what shadcn/ui aims to solve. It is built around the following principles:
shadcn/ui hands you the actual component code. You have full control to customize and extend the components to your needs. This means:
In a typical library, if you need to change a button’s behavior, you have to override styles or wrap the component. With shadcn/ui, you simply edit the button code directly.
shadcn/ui follows a headless component architecture. This means the core of your app can receive fixes by updating your dependencies, for instance, radix-ui or input-otp.
The topmost layer, i.e., the one closest to your design system, is not coupled with the implementation of the library. It stays open for modification.
Every component in shadcn/ui shares a common, composable interface. If a component does not exist, we bring it in, make it composable, and adjust its style to match and work with the rest of the design system.
A shared, composable interface means it's predictable for both your team and LLMs. You are not learning different APIs for every new component. Even for third-party ones.
shadcn/ui is also a code distribution system. It defines a schema for components and a CLI to distribute them.
You can use the schema to distribute your components to other projects or have AI generate completely new components based on existing schema.
shadcn/ui comes with a large collection of components that have carefully chosen default styles. They are designed to look good on their own and to work well together as a consistent system:
The design of shadcn/ui makes it easy for AI tools to work with your code. Its open code and consistent API allow AI models to read, understand, and even generate new components.
An AI model can learn how your components work and suggest improvements or even create new components that integrate with your existing design.
Pick your coding agent to learn how to add this guide:
Your coding agent can access:
Your coding agent will automatically guide you through each step.
Build precise, guided implementation plans that work with every modern coding agent