Addon
Freeby MCP Community
Help agents automatically write and test stories for your UI components
v0.5.0Added Apr 12, 2026
aimcpstorybook-addon
Addon MCP Server
Help agents automatically write and test stories for your UI components
Installation
Reviews
Installation
Quick install
npx -y @storybook/addon-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"addon": {
"command": "npx",
"args": ["-y", "@storybook/addon-mcp"]
}
}
}