shadcn-studio-cli
v1.0.1
Published
A CLI for installing Shadcn MCP server
Maintainers
Readme
shadcn-cli
Adds Shadcn MCP server configuration to AI IDEs (Cursor, Windsurf, Cline, etc.)
Usage
npx -y shadcn-cli install <client> --api-key <YOUR_LEMONSQUEEZY_LICENCE_KEY> --email <YOUR_EMAIL>Use shadcn/studio PRO License key as your API key.You can get the license key from the shadcn/studio dashboard at shadcnstudio.com
Supported IDEs: cursor, windsurf, cline, claude, witsy, enconvo
Manual Installation
Add to your IDE's MCP config:
{
"mcpServers": {
"shadcn-studio-mcp": {
"command": "npx",
"args": [
"-y",
"shadcn-studio-mcp",
"API_KEY=\"YOUR_API_KEY\"",
"EMAIL=\"YOUR_EMAIL\""
]
}
}
}