3 months ago
Server Config
{
"mcpServers": {
"storybook-mcp": {
"command": "npx",
"args": [
"-y",
"@raksbisht/storybook-mcp"
],
"env": {
"STORYBOOK_URL": "https://your-storybook.com"
}
}
}
}