SupaUI MCP 服务器
SupaUI 的模型上下文协议 (MCP) 服务器,使 AI 代理能够通过自然语言交互生成、获取和管理 UI 组件。
特征
创建 UI 组件:根据自然语言描述生成 React 组件
获取 UI 组件:从 buouui.com 搜索并检索组件
列出 UI 组件:浏览可用组件的详细预览
TypeScript 支持:使用 TypeScript 构建,以获得更好的类型安全性和开发人员体验
先决条件
Node.js(最新 LTS 版本)
来自buouui.com的 BUOU_API_KEY
安装
配置
在环境中设置您的 BUOU_API_KEY:
或者根据smithery.yaml要求创建配置文件。
用法
启动服务器
可用命令
服务器支持以下命令:
创建 UI 组件:
获取 UI 组件:
列出 UI 组件:
API 工具
创建UiTool
根据自然语言描述生成新的 UI 组件
端点:
/api/create
FetchUiTool
从 buouui.com 检索现有组件
端点:
/api/fetch
ListUi工具
列出可用的组件并进行预览
端点:
/api/list
发展
环境变量
BUOU_API_KEY
:来自 buouui.com 的 API 密钥(必需)
贡献
分叉存储库
创建你的功能分支
提交你的更改
推送到分支
创建拉取请求
执照
国际学习中心
支持
如需支持,请访问:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议服务器,使 AI 代理能够通过自然语言交互生成、获取和管理 UI 组件。
Related MCP Servers
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -331
CodeAlive MCPofficial
-securityAlicense-qualityA Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.Last updated -54MIT License- -securityFlicense-qualityA Model Context Protocol server that enables AI agents to interact with n8n workflows and automation tools through a standardized interface, allowing execution of workflows and access to n8n functions.Last updated -
- -securityFlicense-qualityA basic Model Context Protocol server implementation that demonstrates core functionality including tools and resources for AI chat applications.Last updated -