SupaUI MCP Server
A Model Context Protocol (MCP) server for SupaUI that enables AI agents to generate, fetch, and manage UI components through natural language interactions.
Features
- Create UI Components: Generate React components based on natural language descriptions
- Fetch UI Components: Search and retrieve components from buouui.com
- List UI Components: Browse available components with detailed previews
- TypeScript Support: Built with TypeScript for better type safety and developer experience
Prerequisites
- Node.js (Latest LTS version)
- BUOU_API_KEY from buouui.com
Installation
# Install dependencies
pnpm install
# Build the project
pnpm build
Configuration
- Set your BUOU_API_KEY in the environment:
export BUOU_API_KEY=your_api_key_here
- Or create a configuration file based on smithery.yaml requirements.
Usage
Starting the Server
pnpm start
Available Commands
The server supports the following commands:
- Create UI Component:
/ui create a basic button
- Fetch UI Component:
/ui fetch modern login form
- List UI Components:
/buou list cards
API Tools
CreateUiTool
- Generates new UI components based on natural language descriptions
- Endpoint:
/api/create
FetchUiTool
- Retrieves existing components from buouui.com
- Endpoint:
/api/fetch
ListUiTool
- Lists available components with previews
- Endpoint:
/api/list
Development
# Build in watch mode
tsc -w
# Run tests
pnpm test
Environment Variables
BUOU_API_KEY: Your API key from buouui.com (Required)
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
License
ISC
Support
For support, please visit:
- buouui.com
- Email: support@buouui.com
SupaUI MCP
Project Details
- buoooou/mcp-ui-gen
- @buouui/supaui-mcp
- Last Updated: 4/5/2025
Recomended MCP Servers
A Model Control Protocol (MCP) server that allows cross-checking responses from multiple LLM providers simultaneously
AI-Powered Revit Modeling
A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news...
A powerful Model Context Protocol (MCP) server for web search and URL content extraction using DuckDuckGo.
Universal LLM Agent based on MCP
MCP Implementation for Gmail Services
A MCP Filesystem implementation for Claude, written mostly by Claude
A powerful PHP library for the Bitrix24 REST API
KuzuDB-powered memory bank for code agents built with TypeScript and follows MCP protocol
一个用于联网搜索的MCP服务器
A simple MCP ODBC server using FastAPI, ODBC and SQLAlchemy.





