Socket
Book a DemoInstallSign in
Socket

shadcn-studio-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shadcn-studio-cli

A CLI for installing Shadcn MCP server

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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\""
      ]
    }
  }
}

Keywords

mcp

FAQs

Package last updated on 26 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts