Skip to main content
Glama

Gemini MCP

by emmron

mcp__gemini__generate_component

Create UI components for React, Vue, Angular, or Svelte by specifying the name, framework, styling, and features. Simplifies frontend development with tailored component generation.

Instructions

Generate UI components for React, Vue, Angular, Svelte

Input Schema

NameRequiredDescriptionDefault
featuresNoComponent features
frameworkNoFrameworkreact
nameYesComponent name
stylingNoStyling approachcss

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "features": { "description": "Component features", "type": "string" }, "framework": { "default": "react", "description": "Framework", "type": "string" }, "name": { "description": "Component name", "type": "string" }, "styling": { "default": "css", "description": "Styling approach", "type": "string" } }, "required": [ "name" ], "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/emmron/gemini-mcp'

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