Skip to main content
Glama

MCP Design System Extractor

get_component_dependencies

Identify internal dependencies of a UI component by analyzing its rendered HTML, detecting React components, web components, and CSS class patterns. Simplify 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" }
Install Server

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