# storybookjs/storybook | Model Context Protocol (MCP) Server > Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation - **Stars**: ⭐ 90,824 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "storybook": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-storybook" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "storybook": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-storybook" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-storybook` - **Docker**: `docker run -i --rm mcp/storybook`