Back to MCP Servers
🔌

storybookjs/addon-mcp

MIT

📇 🏠 - Help agents automatically write and test stories for your UI components.

TypeScriptProductivity

Install

npx -y @storybook/mcp-root

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "storybookjs-addon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@storybook/mcp-root"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.