Skip to main content
Glama

MCP Tailwind Gemini Server

by Tai-DT

create_project

Setup a Vite-based project with Tailwind CSS, shadcn/ui, and your chosen framework (React, Vue, Svelte), including optional TypeScript support, preconfigured components, and customizable templates for quick development.

Instructions

Create a complete project with Vite + Tailwind + shadcn/ui setup

Input Schema

NameRequiredDescriptionDefault
componentsNoInitial shadcn/ui components to include
frameworkNoFramework to usereact
projectNameYesName of the project
templateNoProject templatebasic
typescriptNoUse TypeScript

Input Schema (JSON Schema)

{ "properties": { "components": { "description": "Initial shadcn/ui components to include", "items": { "type": "string" }, "type": "array" }, "framework": { "default": "react", "description": "Framework to use", "enum": [ "react", "vue", "svelte" ], "type": "string" }, "projectName": { "description": "Name of the project", "type": "string" }, "template": { "default": "basic", "description": "Project template", "enum": [ "basic", "dashboard", "landing", "blog", "auth" ], "type": "string" }, "typescript": { "default": true, "description": "Use TypeScript", "type": "boolean" } }, "required": [ "projectName" ], "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