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 carousel

Query parameters

The CLI sends the following query parameters with every search request:

ParameterDescription
qThe search query string. Required — omit it and the request returns no results.
typeComma-separated item types, e.g. registry:ui,registry:block.
limitMaximum number of items to return.
offsetNumber of items to skip.

q is required — without a search query, the request returns no results. type, limit, and offset are optional.