mcp-ui-expo-tamagui
Generates React Native/Expo UI components using AI, including search of Expo documentation.
Uses Google Gemini AI to generate, optimize, and theme UI components based on natural language descriptions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-ui-expo-tamaguiCreate a login form component with email and password fields."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐จ MCP UI Expo Tamagui Server
AI-Powered UI Component Generator for Expo + Tamagui with Claude Desktop Integration
๐ Automatically generate React Native/Expo components using AI Gemini through Model Context Protocol (MCP)
โจ Features
๐ค AI Component Generation: Create components with natural language descriptions
๐ Real-time Docs Search: Search Expo & Tamagui documentation
โก Code Optimization: Optimize components for performance
๐จ Theme Configuration: Generate theme configs automatically
๐ก Smart Suggestions: Intelligent component recommendations
๐ณ Docker Ready: Production-ready containerization
๐ง TypeScript Support: Full type safety
Related MCP server: React Native MCP Server
๐ Quick Start
1. Installation & Build
git clone https://github.com/yourusername/mcp-ui-expo-tamagui.git
cd mcp-ui-expo-tamagui
npm install
npm run build2. Configure API Key
export GEMINI_API_KEY=your-gemini-api-key3. Test MCP Server
./test-mcp-tools.sh๐ Claude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-ui-expo-tamagui": {
"command": "node",
"args": ["/path/to/mcp-ui-expo-tamagui/build/index.js"],
"env": {
"GEMINI_API_KEY": "your-gemini-api-key"
}
}
}
}Usage with Claude
๐ฌ "Create a Button component with title, onPress, and variant props"
๐ฌ "How to implement navigation in Expo?"
๐ฌ "Suggest components for an e-commerce screen"
๐ฌ "Optimize this component for performance"
๐ฌ "Create dark theme with purple primary color"๐ ๏ธ MCP Tools
Tool | Description | Parameters |
| Generate UI component with AI | name, description, props, styling, platform |
| Search Expo documentation | query |
| Search Tamagui documentation | query |
| Get component suggestions | context, requirements |
| Optimize component code | code, optimizationType |
| Create theme configuration | colorScheme, primaryColors, components |
๐ณ Docker Deployment
Build & Run
# Build Docker image
docker build -t mcp-ui-expo-tamagui .
# Run with Docker Compose
docker-compose up
# Run standalone
docker run -e GEMINI_API_KEY=your-key mcp-ui-expo-tamagui๐งช Testing
# Test MCP tools
./test-mcp-tools.sh
# Test Docker
./test-docker.sh
# TypeScript validation
npm run lint
# Jest tests
npm test๐ Project Structure
mcp-ui-expo-tamagui/
โโโ src/
โ โโโ index.ts # Main MCP server
โ โโโ types/interfaces.ts # Type definitions
โ โโโ services/ # Core services
โ โโโ utils/ # Utilities
โโโ build/ # Compiled output
โโโ Dockerfile # Docker configuration
โโโ docker-compose.yml # Docker Compose
โโโ README.md # Documentation๐ฏ Example Use Cases
E-commerce Product Card
{
name: "ProductCard",
description: "Product card with image, title, price, rating, add to cart",
props: [
{ name: "product", type: "Product", required: true },
{ name: "onAddToCart", type: "function", required: true }
]
}Social Media Post
{
name: "PostCard",
description: "Post card with avatar, content, reactions",
styling: { theme: "dark", responsive: true }
}๐ง Development
npm run dev # Development mode
npm run build # Build production
npm run test # Run tests
npm run lint # TypeScript check๐จ Environment Variables
GEMINI_API_KEY- Google Gemini AI API key (required)NODE_ENV- Environment (optional)LOG_LEVEL- Logging level (optional)
๐ License
MIT License - see LICENSE file for details.
๐ Ready to Go!
Start creating amazing UI components with AI! ๐โจ
Happy Coding!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Tai-DT/mcp-ui-expo-tamagui'
If you have feedback or need assistance with the MCP directory API, please join our Discord server