Odel
Storybook MCP Addon

Storybook MCP Addon

Local
@storybookjs270TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@storybook/addon-mcpv0.6.0

Run

npx -y @storybook/addon-mcp

MCP client config

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