Skip to main content
Glama
Tai-DT

mcp-ui-expo-tamagui

by Tai-DT

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoEnvironment (optional)
LOG_LEVELNoLogging level (optional)
GEMINI_API_KEYYesGoogle Gemini AI API key (required)

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_ui_componentC

Generate UI component using Expo + Tamagui with AI assistance

search_expo_docsC

Search Expo documentation for specific topics

search_tamagui_docsB

Search Tamagui documentation for components and styling

get_component_suggestionsB

Get AI-powered component suggestions based on requirements

optimize_componentC

Optimize existing component code with AI suggestions

create_theme_configB

Generate Tamagui theme configuration

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation3/5

Most tools are distinct actions (search vs optimize vs theme creation), but generate_ui_component and get_component_suggestions both target new component creation, creating potential confusion about which to use for a given task. The descriptions hint at a difference (final code vs recommendations) but are brief enough to cause misselection.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (generate, search, get, optimize, create). The two search tools are parallel (search_expo_docs, search_tamagui_docs), and every name clearly starts with an action verb. No mixed conventions or irregularities.

Tool Count5/5

With six tools, the set is well-scoped for the server's purpose of UI development with Expo and Tamagui. Each tool addresses a specific need (generation, documentation, suggestions, optimization, theming) without redundant or excess additions. The count feels complete and not bloated.

Completeness4/5

The tool surface covers the primary lifecycle of UI component development: design/generate, get suggestions, optimize, search docs, and configure themes. Minor gaps exist, such as no explicit tool for previewing components or managing component dependencies, but these are not critical for the core workflow and can be worked around with existing tools.

Maintenance

ActivityInactive
ResponsivenessNo issues