Skip to main content
Glama

Storybook MCP Server

by m-yoshiro

list-components

Fetches all available UI components from Storybook files, enabling AI tools to query and retrieve component data for integration or analysis purposes.

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" }

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