mcp-storybook

mcp-storybook

3.4

If you are the rightful owner of mcp-storybook and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server for interacting with Storybook.

The Storybook MCP Server is designed to facilitate interaction with Storybook by leveraging the Model Context Protocol (MCP). It provides a streamlined way to retrieve and manage stories from a Storybook configuration. Built using the `@modelcontextprotocol/sdk`, this server uses stdio transport for communication, ensuring efficient data exchange. It also implements a caching mechanism to store data locally in a `./cache` directory relative to the script location, enhancing performance by reducing redundant data retrieval. This server is particularly useful for developers who need to programmatically access and manipulate Storybook stories, making it an essential tool for automated testing and continuous integration workflows.

Features

  • Efficient retrieval of Storybook stories using MCP.
  • Built with `@modelcontextprotocol/sdk` for robust performance.
  • Uses stdio transport for seamless communication.
  • Local caching to improve data retrieval speed.
  • Facilitates automated testing and CI workflows.

Tools

  1. get-stories

    Retrieves a list of stories from a Storybook configuration.