Connect to Claude
Storybook icon

Storybook

Createddannyhw

Facilitates interaction with Storybook configurations via the Model Context Protocol.

About

Storybook is a Model Context Protocol (MCP) server designed to interact with Storybook configurations. It leverages the `@modelcontextprotocol/sdk` and uses stdio transport for communication. The server offers tools such as `get-stories`, which retrieves a list of stories from a specified Storybook configuration directory. It caches data in a `./cache` directory relative to the script location for efficiency.

Key Features

  • Uses Model Context Protocol for interaction
  • Built using @modelcontextprotocol/sdk
  • Retrieves stories from a Storybook configuration
  • Employs stdio transport for communication
  • 3 GitHub stars
  • Caches data for efficient access

Use Cases

  • Automating Storybook interactions
  • Programmatically accessing Storybook stories
  • Integrating Storybook data with other tools