Skip to main content
Glama

MCP Tailwind Gemini Server

by Tai-DT

get_shadcn_component

Retrieve shadcn/ui component source code and usage examples for React or Svelte, tailored with Tailwind CSS integration. Specify the component name and framework to generate accurate code snippets.

Instructions

Get shadcn/ui component source code and usage examples

Input Schema

NameRequiredDescriptionDefault
componentNameYesName of the shadcn/ui component (e.g., "button", "card", "form")
frameworkNoFramework to get component forreact
includeDemoNoInclude usage examples

Input Schema (JSON Schema)

{ "properties": { "componentName": { "description": "Name of the shadcn/ui component (e.g., \"button\", \"card\", \"form\")", "type": "string" }, "framework": { "default": "react", "description": "Framework to get component for", "enum": [ "react", "svelte" ], "type": "string" }, "includeDemo": { "default": true, "description": "Include usage examples", "type": "boolean" } }, "required": [ "componentName" ], "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