stefanoamorelli/storybook-mcp-server
If you are the rightful owner of storybook-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Storybook MCP Server is a TypeScript-based server that facilitates interaction with Storybook instances, enabling AI assistants to manage components, stories, and capture screenshots.
Tools
Functions exposed to the LLM to take actions
storybook_list_components
Lists all components available in the Storybook instance.
storybook_list_stories
Lists all stories, optionally filtered by component.
storybook_get_story_details
Gets detailed information about a specific story.
storybook_get_component_props
Gets the props/properties definition for a component.
storybook_capture_screenshot
Captures a screenshot of a specific story.
storybook_capture_all_screenshots
Captures screenshots of all stories.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client