mcp-design-system-extractorTools Reference
list_components
List all components from Storybook
list_components
Lists all available components from the Storybook instance with their names, categories, and stories.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
category | string | No | Filter by category (use "all" for all components) |
page | number | No | Page number for pagination |
pageSize | number | No | Items per page (default: 50) |
Example
{
"tool": "list_components",
"arguments": {
"category": "all"
}
}Filter by Category
{
"tool": "list_components",
"arguments": {
"category": "Components/Buttons"
}
}Response
Returns components with:
- Component name
- Category path
- Available stories