Skip to main content
Glama
457,902 tools. Updated 2026-08-14 18:25

"Storybook" matching MCP tools:

  • Builds a static Storybook site for hosting, or returns setup guidance when Storybook is not configured.
    MIT
  • Compose existing Storybook components into a new page or view by specifying layout, props, and state. Optionally generates a Storybook story for the composed view.
    MIT
  • Retrieve detailed information about a Storybook component, including story IDs, arg types, default args, and direct URLs, by specifying the component title path.
    MIT
  • Scaffold a new component and its Storybook story from a natural-language description. Automatically generate component and story files with optional props and category.
    MIT

Matching MCP Servers

  • Generate a .stories.tsx file for a React TypeScript component, specifying variants and story name. Scaffolds per-variant stories without requiring the full Storybook toolchain.
    MIT
  • List all Design System .italia components in one unified inventory, with BSI status/accessibility and DevKit tags/storybook/type. Filter by null fields to identify BSI-only or DevKit-only components.
    BSD 3-Clause
  • Returns UI component usage guidelines from Designers Italia: when to use, how to use, accessibility notes, library status, and Storybook entry, with warnings for URL mismatches.
    BSD 3-Clause
  • Detect AAA accessibility evidence for a component tag by inspecting Custom Elements Manifest, verdict snapshots, and source-level signals. Returns the evidence object used for scoring.
    MIT
  • Generate a Storybook CSF3 story file for a web component using its CEM declaration. Produces TypeScript source with argTypes, default args, render function, and named story exports.
    MIT
  • Generate a complete Helix-pattern web component scaffold including Lit class, CEM annotations, test stub, Storybook story, and CSS. Auto-detects tag prefix and base class from the library's Custom Elements Manifest.
    MIT
  • Scan a directory for UI components and generate screenshot previews for each, creating a zero-config visual catalog to audit components instantly.
    MIT
  • Fetch the HTML markup for a Dev Kit Italia web component variant, defaulting to the first variant when omitted. Uses Storybook snapshot data.
    BSD 3-Clause
  • Retrieve Storybook example code for Salt Design System components to see implementation patterns and usage examples.
    MIT
  • Add, list, or delete developer resource links (Storybook, GitHub, docs) for design token nodes to assist with handoff.
    MIT
  • Expand component tests with edge cases, add Storybook story variants, and enhance documentation for better code quality.
    MIT
  • Generate React components with shadcn/ui patterns including TypeScript types, Vitest tests, and Storybook stories.
    MIT