MCP Libraries
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

ParameterTypeRequiredDescription
categorystringNoFilter by category (use "all" for all components)
pagenumberNoPage number for pagination
pageSizenumberNoItems 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

On this page