Skip to main content
Glama

UI/UX MCP Server

by willem4130

component_create

Generate new UI components with structured templates and best practices for React, Vue, Svelte, or web components. Includes props, styles, and accessibility configurations to streamline development workflows.

Instructions

Create a new UI component with best practices

Input Schema

NameRequiredDescriptionDefault
accessibilityNo
nameYes
propsNo
stylesNo
typeYes

Input Schema (JSON Schema)

{ "properties": { "accessibility": { "type": "object" }, "name": { "type": "string" }, "props": { "items": { "type": "object" }, "type": "array" }, "styles": { "type": "object" }, "type": { "enum": [ "react", "vue", "svelte", "web-component" ], "type": "string" } }, "required": [ "name", "type" ], "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