Magic UI has the exact same installation process as shadcn/ui.
components.json fileIf you already have a Next.js project, running
init will configure it to work with shadcn/ui components.components/ui directoryManual installation
If you prefer to install components manually:Navigate to the component page (e.g., Blur Fade) and copy the source code from the “Manual” tab.
Make sure the import paths match your project setup. Update any relative imports to match your directory structure.
Project structure
After installation, your project structure should look like this:Next steps
Browse components
Explore 50+ animated components ready to use in your project
MCP Integration
Set up the MCP server for AI-assisted development