Skip to main content
Glama
lando-labs

@lando-labs/lando-ds-mcp

Official
by lando-labs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_componentsA

List DS components with optional filters (category, deprecated, serverSafe, polymorphic, kind). Meta-backed since v3.0.0.

get_componentA

Generate a JSX snippet (import + element) for a DS component with the given props/children. Rejects JSX-unsafe prop values.

get_component_propsA

Return a TypeScript-interface view of a component's props, derived from meta.components[X].props.

get_component_referenceA

Full component reference in one call — description, examples, composition hints, props, and (optionally) theming class-name maps. Replaces v2.x get_component_docs + get_usage_example.

compose_componentsA

Compose multiple DS components into a single snippet with a merged import block. Refuses composition if any component is not in DS meta.

get_design_tokensA

DS design tokens (colors, spacing, typography, radius, shadows, motion). format: css (default, CSS var references — resolve to OKLCH at runtime), hex (sRGB hex from meta), or both.

get_animation_examplesB

Canonical DS animation patterns (CSS keyframes + usage). Brand-neutral.

list_iconsA

List available icons. source: "ds-brand" = DS-authoritative brand icons (from meta.icons.registry, ~70). source: "lucide" = the full Lucide catalog (~1,500); ~80 have hand-authored metadata, the rest are exposed by name + import example. source: "all" unions both.

search_iconsB

Semantic icon search by purpose. Searches across DS-brand + full Lucide catalog; metadata-annotated icons rank higher (richer signal), bare Lucide names still match via name similarity.

get_component_capabilitiesA

DS capability introspection. Full matrix by default; pass filters (rscSafe, clientOnly, polymorphic, withRef, deprecated) or component for a single entry.

get_composition_hintsA

DS-authoritative composition hints for a component — for each documented prop, which component (or shape) it expects. Sourced from meta.verbose.composes.

get_theme_presetsA

Available DS theme presets. Post-v0.34 brand-neutralization: consumers pick a preset (or apply their own ramps) rather than getting a baked brand default.

get_ds_metadataA

One-call "what am I talking to" — DS package name/version, meta schema version, component/capability/icon/hook totals, exports map. Useful for CI version guards and self-orientation.

list_hooksA

List DS utility hooks (state, dom, browser, a11y, etc.) with optional filters (category, serverSafe). Meta-backed since v3.3.0 (DS meta schema 1.3).

get_hookA

Full detail for a DS utility hook — signature, returns, category, RSC safety, subpath, description, and an import snippet.

Prompts

Interactive templates invoked by user choice

NameDescription
create_formCreate a form with specified fields using design system components
create_card_layoutCreate a card-based layout with multiple cards
create_loading_stateCreate loading state UI with spinner and optional skeleton

Resources

Contextual data attached and managed by the client

NameDescription
Accordion ComponentComplete documentation for the Accordion component
AccordionItem ComponentComplete documentation for the AccordionItem component
Alert ComponentComplete documentation for the Alert component
AlertDialog ComponentComplete documentation for the AlertDialog component
AppShell ComponentComplete documentation for the AppShell component
ApprovalCard ComponentComplete documentation for the ApprovalCard component
AreaChart ComponentComplete documentation for the AreaChart component
ArticleCard ComponentComplete documentation for the ArticleCard component
AspectRatio ComponentComplete documentation for the AspectRatio component
Avatar ComponentComplete documentation for the Avatar component
AvatarGroup ComponentComplete documentation for the AvatarGroup component
Badge ComponentComplete documentation for the Badge component
Banner ComponentComplete documentation for the Banner component
BarChart ComponentComplete documentation for the BarChart component
BottomNav ComponentComplete documentation for the BottomNav component
BottomNavItem ComponentComplete documentation for the BottomNavItem component
Box ComponentComplete documentation for the Box component
Breadcrumb ComponentComplete documentation for the Breadcrumb component
BreadcrumbItem ComponentComplete documentation for the BreadcrumbItem component
Button ComponentComplete documentation for the Button component
Byline ComponentComplete documentation for the Byline component
Calendar ComponentComplete documentation for the Calendar component
Callout ComponentComplete documentation for the Callout component
Card ComponentComplete documentation for the Card component
CardBody ComponentComplete documentation for the CardBody component
CardFooter ComponentComplete documentation for the CardFooter component
CardHeader ComponentComplete documentation for the CardHeader component
CardMedia ComponentComplete documentation for the CardMedia component
CardTitle ComponentComplete documentation for the CardTitle component
Center ComponentComplete documentation for the Center component
Chart ComponentComplete documentation for the Chart component
Chat ComponentComplete documentation for the Chat component
ChatInput ComponentComplete documentation for the ChatInput component
ChatMessage ComponentComplete documentation for the ChatMessage component
ChatThinkingIndicator ComponentComplete documentation for the ChatThinkingIndicator component
Checkbox ComponentComplete documentation for the Checkbox component
Chip ComponentComplete documentation for the Chip component
Code ComponentComplete documentation for the Code component
CodeBlock ComponentComplete documentation for the CodeBlock component
Collapsible ComponentComplete documentation for the Collapsible component
ColorSwatch ComponentComplete documentation for the ColorSwatch component
Combobox ComponentComplete documentation for the Combobox component
CommandPalette ComponentComplete documentation for the CommandPalette component
CommandPaletteGroup ComponentComplete documentation for the CommandPaletteGroup component
CommandPaletteItem ComponentComplete documentation for the CommandPaletteItem component
Container ComponentComplete documentation for the Container component
DataTable ComponentComplete documentation for the DataTable component
DataTableStatic ComponentComplete documentation for the DataTableStatic component
DateDisplay ComponentComplete documentation for the DateDisplay component
DatePicker ComponentComplete documentation for the DatePicker component
DateRangePicker ComponentComplete documentation for the DateRangePicker component
DetailCard ComponentComplete documentation for the DetailCard component
Divider ComponentComplete documentation for the Divider component
DonutChart ComponentComplete documentation for the DonutChart component
Drawer ComponentComplete documentation for the Drawer component
Dropdown ComponentComplete documentation for the Dropdown component
DropdownItem ComponentComplete documentation for the DropdownItem component
EmptyState ComponentComplete documentation for the EmptyState component
Field ComponentComplete documentation for the Field component
FileInput ComponentComplete documentation for the FileInput component
Footer ComponentComplete documentation for the Footer component
Form ComponentComplete documentation for the Form component
FunnelChart ComponentComplete documentation for the FunnelChart component
Grid ComponentComplete documentation for the Grid component
GridItem ComponentComplete documentation for the GridItem component
Header ComponentComplete documentation for the Header component
Heading ComponentComplete documentation for the Heading component
IconButton ComponentComplete documentation for the IconButton component
Inline ComponentComplete documentation for the Inline component
Input ComponentComplete documentation for the Input component
Kbd ComponentComplete documentation for the Kbd component
Lede ComponentComplete documentation for the Lede component
LineChart ComponentComplete documentation for the LineChart component
List ComponentComplete documentation for the List component
ListItem ComponentComplete documentation for the ListItem component
Mark ComponentComplete documentation for the Mark component
Markdown ComponentComplete documentation for the Markdown component
Modal ComponentComplete documentation for the Modal component
MultiSelect ComponentComplete documentation for the MultiSelect component
NavTabs ComponentComplete documentation for the NavTabs component
NavTabsItem ComponentComplete documentation for the NavTabsItem component
NumberInput ComponentComplete documentation for the NumberInput component
PageHeader ComponentComplete documentation for the PageHeader component
Pagination ComponentComplete documentation for the Pagination component
PieChart ComponentComplete documentation for the PieChart component
Popover ComponentComplete documentation for the Popover component
Portal ComponentComplete documentation for the Portal component
Progress ComponentComplete documentation for the Progress component
PullQuote ComponentComplete documentation for the PullQuote component
Radio ComponentComplete documentation for the Radio component
RadioGroup ComponentComplete documentation for the RadioGroup component
ScrollArea ComponentComplete documentation for the ScrollArea component
SegmentedControl ComponentComplete documentation for the SegmentedControl component
Select ComponentComplete documentation for the Select component
Sidebar ComponentComplete documentation for the Sidebar component
SidebarNavItem ComponentComplete documentation for the SidebarNavItem component
Skeleton ComponentComplete documentation for the Skeleton component
Slider ComponentComplete documentation for the Slider component
Slot ComponentComplete documentation for the Slot component
Spacer ComponentComplete documentation for the Spacer component

Latest Blog Posts

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/lando-labs/lando-ds-mcp'

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