Serversio.github.storybookjs/addon-mcp
M

Storybook MCP Addon

io.github.storybookjs/addon-mcp · v0.6.0
▦ npm
v0.6.0npm npm: @storybook/addon-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.storybookjs/addon-mcp",
  "description": "Help agents automatically write and test stories for your UI components.",
  "title": "Storybook MCP Addon",
  "repository": {
    "url": "https://github.com/storybookjs/mcp",
    "source": "github",
    "id": "1042284426",
    "subfolder": "packages/addon-mcp"
  },
  "version": "0.6.0",
  "websiteUrl": "https://storybook.js.org/docs/ai/mcp/overview",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/storybookjs/brand/main/icon/icon-storybook-default.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ],
      "theme": "light"
    },
    {
      "src": "https://raw.githubusercontent.com/storybookjs/brand/main/icon/icon-storybook-inverse.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ],
      "theme": "dark"
    }
  ],
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}