home / mcp / storybook mcp server
Provides Storybook story data to MCP clients by querying configured Storybook setups.
Configuration
View docs{
"mcpServers": {
"dannyhw-mcp-storybook": {
"command": "npx",
"args": [
"-y",
"mcp-storybook@latest"
]
}
}
}Retrieves a list of story ids from a Storybook configuration, based on the provided configDir path.