Radix UI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| RADIX_LIBRARY | No | Radix library to use: 'themes', 'primitives', 'colors', or 'all' | all |
| GITHUB_PERSONAL_ACCESS_TOKEN | No | GitHub Personal Access Token for higher API rate limits |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| themes_list_componentsA | Get all available Radix themes components |
| themes_get_component_sourceA | Get the source code for a specific Radix themes component |
| themes_get_component_documentationC | Get the documentation for a specific Radix themes component |
| themes_get_getting_startedA | Get official getting started guide for Radix themes |
| primitives_list_componentsA | Get all available Radix primitives components |
| primitives_get_component_sourceA | Get the source code for a specific Radix primitives component |
| primitives_get_component_documentationA | Get the documentation for a specific Radix primitives component |
| primitives_get_getting_startedA | Get official getting started guide for Radix primitives |
| colors_list_scalesA | Get all available Radix colors color scales |
| colors_get_scaleA | Get the source code for a specific Radix colors color scale |
| colors_get_scale_documentationB | Get the documentation for a Radix colors color scale |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Each tool targets a distinct domain (themes, primitives, colors) and action (list, get source, get documentation, get started), with clear prefixes preventing confusion. Even similar actions are cleanly separated by domain.
All tool names follow a consistent pattern of domain_verb_object using lowercase and underscores (e.g., themes_get_component_source, colors_list_scales). The verbs are uniformly 'list' or 'get', making the pattern highly predictable.
With 11 tools covering three main areas (themes, primitives, colors), the count is well within the ideal range. Each tool earns its place by providing distinct retrieval actions for its domain.
The tool set provides comprehensive coverage for a documentation-focused server: listing, source retrieval, and documentation access for components and color scales, plus getting started guides for themes and primitives. The only minor gap is the absence of a getting started guide for colors, but this is not a critical missing operation.