Skip to main content
Glama

MCP Tailwind Gemini Server

by Tai-DT

generate_preview

Create visual previews of Tailwind CSS components by inputting HTML code. Adjust width, height, dark mode, and responsiveness for accurate design testing and optimization.

Instructions

Generate visual preview of Tailwind components

Input Schema

NameRequiredDescriptionDefault
darkModeNoGenerate dark mode preview
heightNoPreview height in pixels
htmlYesHTML code to preview
responsiveNoGenerate responsive breakpoint previews
widthNoPreview width in pixels

Input Schema (JSON Schema)

{ "properties": { "darkMode": { "default": false, "description": "Generate dark mode preview", "type": "boolean" }, "height": { "default": 600, "description": "Preview height in pixels", "type": "number" }, "html": { "description": "HTML code to preview", "type": "string" }, "responsive": { "default": false, "description": "Generate responsive breakpoint previews", "type": "boolean" }, "width": { "default": 800, "description": "Preview width in pixels", "type": "number" } }, "required": [ "html" ], "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