📦
Storybook
Interact with [Storybook](https://storybook.js.org/) to automate UI component testing and documentation
0 installs
24 stars
3 forks
Trust: 52 — Fair
Devtools
Installation
npx mcp-storybookAsk AI about Storybook
Powered by Claude · Grounded in docs
I know everything about Storybook. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Storybook MCP Server
A Model Context Protocol server for interacting with Storybook.
Usage
{
"mcpServers": {
"storybook": {
"command": "npx",
"args": ["-y", "mcp-storybook@latest"]
}
}
}
Tools
get-stories
Retrieves a list of stories from a Storybook configuration.
Parameters:
configDir(string): Absolute path to directory containing the .storybook config folder
Returns:
- List of story ids
Technical Details
- Built using
@modelcontextprotocol/sdk - Uses stdio transport for communication
- Caches data in
./cacherelative to script location
Unfortunately we need to install any framework that might be encountered to this package so that the index building doesn't fail.
