Use Shoogle from the command line
Point the shadcn CLI at the Shoogle registry and search from your terminal — no MCP client required. Useful for scripting, CI, or when you just want a quick keyword lookup across indexed registries.
Search across registries
Run this command to search indexed registry items by keyword. Replace carousel with your query.
$ pnpm dlx shadcn@latest search @shoogle -q carouselQuery parameters
The CLI sends the following query parameters with every search request:
| Parameter | Description |
|---|---|
q | The search query string. Required — omit it and the request returns no results. |
type | Comma-separated item types, e.g. registry:ui,registry:block. |
limit | Maximum number of items to return. |
offset | Number of items to skip. |
q is required — without a search query, the request returns no results. type, limit, and offset are optional.