Magic MCP is an AI-driven tool that enables developers to create beautiful, modern UI components through natural language descriptions. It integrates seamlessly with popular IDEs like Cursor, Windsurf, and VSCode (with Cline extension), providing a streamlined workflow for UI development. With Magic MCP, developers can quickly generate professional-quality components inspired by 21st.dev's component library. The tool supports TypeScript, offers real-time previews, and includes integration with SVGL for access to brand assets and logos. This MCP bridges the gap between design and development, allowing teams to rapidly prototype and implement UI elements without extensive manual coding.
Magic MCP is a powerful AI assistant that helps you create modern UI components by simply describing what you need in natural language. This tool is designed to accelerate frontend development by generating high-quality, customizable components that integrate seamlessly with your existing codebase.
Option 1: CLI Installation (Recommended)
Run the following command in your terminal:
npx @21st-dev/cli@latest install <client> --api-key <your-api-key>
Replace <client>
with your IDE of choice (cursor, windsurf, cline, or claude) and <your-api-key>
with the API key you generated.
Option 2: Manual Configuration
Add the following configuration to your IDE's MCP config file:
{
"mcpServers": {
"@21st-dev/magic": {
"command": "npx",
"args": ["-y", "@21st-dev/magic@latest", "API_KEY=\"your-api-key\""]
}
}
}
Config file locations:
~/.cursor/mcp.json
~/.codeium/windsurf/mcp_config.json
~/.cline/mcp_config.json
~/.claude/mcp_config.json
Invoke Magic MCP
/ui
followed by a description of the component you want to create/ui create a modern navigation bar with responsive design
Review and Accept
Integrate and Customize
API Key Issues
Component Generation Problems
IDE Integration Issues