Skip to main content
Glama

Storybook MCP Server

by m-yoshiro

find-components-by-name

Search and locate UI components by name or keyword within your Storybook setup. Use this tool within the Storybook MCP Server to retrieve component details and streamline your design system workflow.

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