Back to MCP Servers
Addon
Help agents automatically write and test stories for your UI components.
developer-toolsagent
By storybookjs
Installation
npx -y addon-mcpConfiguration
{
"mcpServers": {
"addon-mcp": {
"command": "npx",
"args": ["-y", "addon-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes