
Storybook
STDIOMCP server for interacting with Storybook and retrieving story lists.
MCP server for interacting with Storybook and retrieving story lists.
A Model Context Protocol server for interacting with Storybook.
{ "mcpServers": { "storybook": { "command": "npx", "args": ["-y", "mcp-storybook@latest"] } } }
Retrieves a list of stories from a Storybook configuration.
Parameters:
configDir
(string): Absolute path to directory containing the .storybook config folderReturns:
@modelcontextprotocol/sdk
./cache
relative to script locationUnfortunately we need to install any framework that might be encountered to this package so that the index building doesn't fail.