search_components
Locate shadcn/ui components by entering a search query. This tool helps users quickly find relevant UI components and their documentation within the shadcn-ui MCP Server.
Instructions
Search for shadcn/ui components by keyword
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query to find relevant components |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search query to find relevant components",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}