Skip to main content
Glama

UI Expert MCP Server

by reallygood83

create_component

Generate modern UI components with built-in best practices, accessibility, and responsiveness. Specify component type, framework, and props for React, Vue, or Angular integration on the UI Expert MCP Server.

Instructions

Create a new UI component with modern best practices

Input Schema

NameRequiredDescriptionDefault
componentTypeYesType of component
frameworkYesFrontend framework
propsNoComponent props
responsiveNoMake responsive
variantNoComponent variant

Input Schema (JSON Schema)

{ "properties": { "componentType": { "description": "Type of component", "type": "string" }, "framework": { "description": "Frontend framework", "type": "string" }, "props": { "description": "Component props", "type": "object" }, "responsive": { "description": "Make responsive", "type": "boolean" }, "variant": { "description": "Component variant", "type": "string" } }, "required": [ "componentType", "framework" ], "type": "object" }
Install Server

Other Tools from UI Expert 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/reallygood83/ui-expert-mcp'

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