Skip to main content
Glama

MCP Tailwind Gemini Server

by Tai-DT

generate_component

Create Tailwind CSS components using AI, specifying type, framework, variant, size, and theme. Supports responsiveness and accessibility for various development environments.

Instructions

Generate Tailwind CSS components with AI assistance using Gemini

Input Schema

NameRequiredDescriptionDefault
accessibilityNoInclude accessibility features
descriptionYesDescription of the component to generate
frameworkNoTarget frameworkreact
responsiveNoMake component responsive
sizeNoComponent sizemd
themeNoTheme preferencelight
typeYesType of component
useShadcnNoUse shadcn/ui components as base
variantNoComponent variantprimary

Input Schema (JSON Schema)

{ "properties": { "accessibility": { "default": true, "description": "Include accessibility features", "type": "boolean" }, "description": { "description": "Description of the component to generate", "type": "string" }, "framework": { "default": "react", "description": "Target framework", "enum": [ "html", "react", "vue", "svelte", "angular" ], "type": "string" }, "responsive": { "default": true, "description": "Make component responsive", "type": "boolean" }, "size": { "default": "md", "description": "Component size", "enum": [ "xs", "sm", "md", "lg", "xl" ], "type": "string" }, "theme": { "default": "light", "description": "Theme preference", "enum": [ "light", "dark", "auto" ], "type": "string" }, "type": { "description": "Type of component", "enum": [ "button", "card", "form", "navigation", "modal", "table", "custom" ], "type": "string" }, "useShadcn": { "default": true, "description": "Use shadcn/ui components as base", "type": "boolean" }, "variant": { "default": "primary", "description": "Component variant", "enum": [ "primary", "secondary", "outline", "ghost", "link" ], "type": "string" } }, "required": [ "description", "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/Tai-DT/mcp-tailwind-gemini'

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