Skip to main content
Glama

MCP Design System Extractor

get_component_dependencies

Identifies internal dependencies of a Storybook component by analyzing HTML for React components, web components, and CSS class patterns. Use to streamline design system adoption and refactoring.

Instructions

Analyze rendered HTML to find which other components a given component internally uses by detecting React components, web components, and CSS class patterns

Input Schema

NameRequiredDescriptionDefault
componentIdYesThe story ID of the component (e.g., "example-button--primary")

Input Schema (JSON Schema)

{ "properties": { "componentId": { "description": "The story ID of the component (e.g., \"example-button--primary\")", "type": "string" } }, "required": [ "componentId" ], "type": "object" }

Other Tools from MCP Design System Extractor

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/freema/mcp-design-system-extractor'

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