home / mcp / storybook mcp server

Storybook MCP Server

Provides Storybook story data to MCP clients by querying configured Storybook setups.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "dannyhw-mcp-storybook": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-storybook@latest"
      ]
    }
  }
}

Available tools

get-stories

Retrieves a list of story ids from a Storybook configuration, based on the provided configDir path.

Storybook MCP Server - dannyhw/mcp-storybook