← Back to Plugins
MCP Server MCP

Storybook MCP Addon

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @storybook/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@storybook/addon-mcp",
      "version": "0.6.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:{--port}/mcp"
      },
      "packageArguments": [
        {
          "description": "Port of the Storybook dev server exposing the MCP endpoint.",
          "format": "number",
          "default": "6006",
          "type": "named",
          "name": "--port"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...