Provides an MCP server to programmatically access Storybook component lists and detailed prop information.
Storybook offers a Model Context Protocol (MCP) server that empowers developers to programmatically interact with their Storybook documentation. It simplifies the process of extracting comprehensive information about UI components, including a complete list of available components and detailed property data like names, types, default values, and descriptions. By leveraging headless browser automation with Playwright, Storybook integrates seamlessly into development workflows, making it easier to parse and utilize component documentation directly from your Storybook instance.