docsCLI

CLI

Use the Vengeance UI CLI to quickly add components to your project.


Usage

Run the following command to add a component:

1npx vengeance-ui add [component-name]

Example

To add the animated button component:

1npx vengeance-ui add animated-button

Available Commands

CommandDescription
addAdd a component to your project
initInitialize Vengeance UI in your project
listList all available components

MCP Server

The shadcn MCP Server allows AI assistants to interact with items from registries. You can browse available components, search for specific ones, and install them directly into your project using natural language.

Configuration

Add the Vengeance UI registry to your project’s components.json file.

1{
2"registries": {
3 "@vengeance": "https://www.vengenceui.com/r/{name}.json"
4}
5}

Initialization

Add the MCP server to your project:

1npx shadcn@latest mcp init

Client Setup

Configure for your AI assistant (e.g., Cursor):

1npx shadcn@latest mcp init --client cursor