Skip to main content
Glama

Storybook MCP Server

by m-yoshiro

list-components

Retrieve all available UI components from Storybook MCP Server by specifying the path to index.json or stories.json files for integration with AI tools.

Instructions

Returns all available components

Input Schema

NameRequiredDescriptionDefault
pathNoPath to the index.json or stories.json file (optional if default path is provided)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Parameters for listing components", "properties": { "path": { "description": "Path to the index.json or stories.json file (optional if default path is provided)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Storybook MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/m-yoshiro/storybook-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server