storybook

GitHub

Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "storybook": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-storybook"
      ]
    }
  }
}