Skip to main content
Glama
524,103 tools. Updated 2026-09-06 14:24

"Storybook" matching MCP tools:

Matching MCP Servers

  • 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
  • Scaffold a .stories.tsx file for a React/TSX component, generating per-variant stories without installing Storybook. Writes the file alongside the component for component-first authoring.
    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
  • Verify project readiness for generating a static Storybook-style gallery, confirming libraries are wired, test target exists, and JDK/Xcode/simulator are available.
    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