MCP Hub
Back to servers

React Native Storybook

MCP (Model Context Protocol) Server. Integrates with Storybook to enable retrieval and management of stories from specified configuration directories, facilitating AI-assisted story handling in React Native projects.

Stars
25
Tools
1
Validated
Jan 11, 2026

Storybook MCP Server

A Model Context Protocol server for interacting with Storybook.

Usage

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

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.

Reviews

No reviews yet

Sign in to write a review