Skip to main content
Glama

UI/UX MCP Server

by willem4130

workflow_build_design_system

Automate the creation of a complete design system by extracting components, tokens, and documentation from Storybook or code sources. Streamline UI/UX development with integrated workflows.

Instructions

Generate complete design system from components

Input Schema

NameRequiredDescriptionDefault
includeComponentsNo
includeDocumentationNo
includeTokensNo
sourceYes
sourceIdYes

Input Schema (JSON Schema)

{ "properties": { "includeComponents": { "default": true, "type": "boolean" }, "includeDocumentation": { "default": true, "type": "boolean" }, "includeTokens": { "default": true, "type": "boolean" }, "source": { "enum": [ "storybook", "code" ], "type": "string" }, "sourceId": { "type": "string" } }, "required": [ "source", "sourceId" ], "type": "object" }

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/willem4130/ui-ux-mcp-server'

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