Skip to main content
Glama

MCP Tailwind Gemini Server

by Tai-DT

create_theme

Generate custom Tailwind CSS themes with AI by specifying brand colors, design styles, and optional features like typography and spacing scales. Includes tailwind.config.js file for easy integration.

Instructions

Generate custom Tailwind theme with AI assistance

Input Schema

NameRequiredDescriptionDefault
brandColorYesPrimary brand color (hex, rgb, or color name)
colorCountNoNumber of color shades to generate
includeConfigNoGenerate tailwind.config.js
spacingNoInclude custom spacing scale
styleNoDesign stylemodern
typographyNoInclude typography scale

Input Schema (JSON Schema)

{ "properties": { "brandColor": { "description": "Primary brand color (hex, rgb, or color name)", "type": "string" }, "colorCount": { "default": 9, "description": "Number of color shades to generate", "maximum": 11, "minimum": 5, "type": "number" }, "includeConfig": { "default": true, "description": "Generate tailwind.config.js", "type": "boolean" }, "spacing": { "default": true, "description": "Include custom spacing scale", "type": "boolean" }, "style": { "default": "modern", "description": "Design style", "enum": [ "minimal", "modern", "classic", "bold", "elegant" ], "type": "string" }, "typography": { "default": true, "description": "Include typography scale", "type": "boolean" } }, "required": [ "brandColor" ], "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