Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 578 Bytes

File metadata and controls

36 lines (27 loc) · 578 Bytes

@magicuidesign/cli

Official CLI for Magic UI components and MCP configuration.

CLI

Install MCP configuration

npx @magicuidesign/cli@latest install <client>

Supported Clients

  • cursor
  • windsurf
  • claude
  • cline
  • roo-cline

Manual Installation

Add to your MCP config:

{
  "mcpServers": {
    "@magicuidesign/mcp": {
      "command": "npx",
      "args": ["-y", "@magicuidesign/mcp@latest"]
    }
  }
}