This MCP server implementation provides a bridge to Storybook, enabling AI assistants to interact with and retrieve stories from Storybook configurations. Developed by Danny Williams, it offers a tool for getting stories from a specified Storybook config directory. The server is built using TypeScript and integrates with the Model Context Protocol SDK, making it useful for developers working on React Native projects who want to incorporate AI-assisted story management and retrieval.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieves a list of stories from a Storybook configuration. Parameters: configDir (string): Absolute path to directory containing the .storybook config folder. Returns: List of stories in `{title}/{name}` format.