Skip to main content
Glama

Superdesign MCP Server

by jonthebeef
23

superdesign_generate

Generate UI designs, wireframes, components, logos, or icons by inputting a design prompt and selecting the framework and variations. Supports HTML, React, and Vue for AI-powered design creation.

Instructions

Returns design specifications for Claude Code to generate UI designs, wireframes, components, logos, or icons

Input Schema

NameRequiredDescriptionDefault
design_typeYesType of design to generate
frameworkNoFramework for UI componentshtml
promptYesDesign prompt describing what to create
variationsNoNumber of design variations to create

Input Schema (JSON Schema)

{ "properties": { "design_type": { "description": "Type of design to generate", "enum": [ "ui", "wireframe", "component", "logo", "icon" ], "type": "string" }, "framework": { "default": "html", "description": "Framework for UI components", "enum": [ "html", "react", "vue" ], "type": "string" }, "prompt": { "description": "Design prompt describing what to create", "type": "string" }, "variations": { "default": 3, "description": "Number of design variations to create", "maximum": 5, "minimum": 1, "type": "number" } }, "required": [ "prompt", "design_type" ], "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/jonthebeef/superdesign-mcp-claude-code'

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