UI component explorer. Build, test, and document components in isolation.
npx -y @storybook/mcp-server-storybook
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"storybook": {
"command": "npx",
"args": ["-y", "@storybook/mcp-server-storybook"]
}
}
}
```
run_buildexecute_testslint_codeformat_codeanalyze_bundleUI component explorer. Build, test, and document components in isolation.
Language: JavaScript
Category: Developer Tools