react native storybook.com
react native storybook.com logo

React Native Storybook

Integrates with Storybook to enable retrieval and management of stories from specified configuration directories, facili...

Created byApr 23, 2025

Storybook MCP Server

A Model Context Protocol server for interacting with Storybook.

Usage

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 stories in `{title}/{name}` format

Technical Details

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