
registry
Browse and install Crucible's animated React components into shadcn-style projects.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Browse and install Crucible's animated React components into shadcn-style projects.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| search_registry | Search Crucible's animated React components by keyword, category, or tier. Returns names, descriptions, and dependencies. Use get_component to fetch source. |
| get_component | Fetch the full TypeScript source of a Crucible component, ready to drop into a shadcn-style project. Pro components require an Authorization: Bearer <CRUCIBLE_TOKEN> header (get a token at https://crucibleui.com/account). |
| install_instructions | How to install a Crucible component into a project: shadcn CLI command, registry config, and npm dependencies. |
| get_usage | Show how to USE a Crucible component correctly: a worked example (its demo source) plus the conventions that make it render — notably the `relative isolate` wrapper that background components require. Call this before writing integration code so the install actually renders. |