Skip to main content
Glama
multicomak

BrixUI MCP Server

by multicomak

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BRIXUI_FILE_KEYNoThe Figma file key for BrixUI design system6Gvd4zkjc7K7RdRxkRF5wP
FIGMA_PERSONAL_ACCESS_TOKENYesYour Figma Personal Access Token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_brix_componentsA

List all components and component sets from the BrixUI Design System, grouped by category. Returns names, IDs, descriptions, and category groupings.

search_brix_componentsB

Search BrixUI components by name, category, or description. Supports fuzzy matching and optional category filtering.

get_brix_component_detailsA

Get full details for a specific BrixUI component by Figma node ID. Returns metadata, auto-layout, variants, properties, fills, strokes, effects, and child structure.

get_brix_design_tokensA

Retrieve all design tokens from BrixUI — colors, spacing, border radius, typography, and other variables. Prefers the Figma Variables API with automatic fallback to the Styles API.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
brixui-componentsFull catalog of all BrixUI components organized by category
brixui-tokensAll design tokens: colors, spacing, border radius, and other variables
brixui-colorsAll color variables from the BrixUI design system with hex values
brixui-typographyTypography tokens and text styles from the BrixUI design system

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/multicomak/BrixUI-MCP'

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