Skip to main content
Glama

Storybook MCP Server

by m-yoshiro

find-components-by-name

Search and retrieve UI components by name or keyword from Storybook files to streamline development and enhance component discovery.

Instructions

Search components by name/keyword

Input Schema

NameRequiredDescriptionDefault
nameYesComponent name or keyword to search for
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 finding component by name", "properties": { "name": { "description": "Component name or keyword to search for", "type": "string" }, "path": { "description": "Path to the index.json or stories.json file (optional if default path is provided)", "type": "string" } }, "required": [ "name" ], "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