v0.1.0 - Initial Release
π Initial Release
β¨ Features
- π§© List all Storybook components
- π List and filter stories by component
- π Get detailed story information including parameters and args
- π― Extract complete component props and arg types
- πΈ Capture screenshots of individual stories
- π± Multi-viewport screenshot support
- π§ Configurable Storybook URL and output directory
- π Structured logging with Winston
π οΈ MCP Tools
storybook_list_componentsstorybook_list_storiesstorybook_get_story_detailsstorybook_get_component_propsstorybook_capture_screenshotstorybook_capture_all_screenshots
π¦ Installation
npm install -g storybook-mcp-serverπ Usage
Configure in Claude Desktop MCP settings:
{
"mcpServers": {
"storybook": {
"command": "npx",
"args": ["storybook-mcp-server"],
"env": {
"STORYBOOK_URL": "http://localhost:6006"
}
}
}
}π License
AGPL-3.0 (Commercial licenses available)