pieter365/MCP-Server
If you are the rightful owner of 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 dayong@mcphub.com.
The Storybook MCP Server is a Model Context Protocol server that facilitates seamless integration between AI assistants like Claude Code and Storybook stories with React components.
Tools
Functions exposed to the LLM to take actions
list_stories
Find all Storybook story files in a project.
parse_story
Extract metadata, component references, args, and argTypes.
parse_component
Extract prop types and component information.
extract_story_props
Get args and controls from story files.
convert_story_to_component
Convert Storybook stories to standalone React components.
generate_story_from_component
Generate Storybook stories from React components.
validate_sync
Check if component props and story args are in sync.
sync_story_to_component
Update component props to match story args.
sync_component_to_story
Update story args to match component props.
bulk_sync_check
Check sync status for all component/story pairs.
find_and_replace
Find and replace variables across multiple files.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client