🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

mcp-storybook

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-storybook

A Model Context Protocol server for interacting with Storybook.

latest
npmnpm
Version
0.0.12
Version published
Weekly downloads
22
10%
Maintainers
1
Weekly downloads
 
Created
Source

Storybook MCP Server

A Model Context Protocol server for interacting with Storybook.

Usage

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

Tools

get-stories

Retrieves a list of stories from a Storybook configuration.

Parameters:

  • configDir (string): Absolute path to directory containing the .storybook config folder

Returns:

  • List of story ids

Technical Details

  • Built using @modelcontextprotocol/sdk
  • Uses stdio transport for communication
  • Caches data in ./cache relative to script location

Unfortunately we need to install any framework that might be encountered to this package so that the index building doesn't fail.

FAQs

Package last updated on 26 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts