BotUyo MCP Server
@botuyo/mcp — BotUyo MCP 服务器
直接从你的 AI 编码工具中创建和管理 BotUyo AI 智能体 — 无需克隆,无需构建。
快速开始
1. 获取你的 API Key
前往 admin.botuyo.com → 你的租户 → Settings → API Keys 并复制你的 pk_live_... 密钥。
2. 添加到你的 MCP 客户端
所有 兼容 MCP 的工具 配置方式相同:
{
"mcpServers": {
"botuyo": {
"command": "npx",
"args": ["-y", "@botuyo/mcp"],
"env": {
"BOTUYO_API_KEY": "pk_live_your_key_here"
}
}
}
}配置文件存放位置:
工具 | 配置文件 |
Antigravity (VS Code) | VS Code 设置 → MCP → 添加服务器 |
Claude Desktop |
|
Cursor | 项目中的 |
Windsurf |
|
Continue |
|
3. 开始构建智能体
连接后,你可以向 AI 助手询问如下内容:
“为我的租户创建一个名为 'Soporte' 的新智能体” “将 Mar 的目标更新为专注于销售” “添加一个用西班牙语问候客人的 welcomeStage” “在 Mar 上启用 EscalateToHuman 和 SearchKnowledgeBase 工具” “发布该智能体”
可用工具
工具 | 描述 | 所需角色 |
| 列出所有智能体 | viewer+ |
| 获取完整智能体配置 | viewer+ |
| 渠道状态 + 管理链接 | viewer+ |
| 创建新智能体 | developer+ |
| 更新身份(语气、语言等) | developer+ |
| 创建/编辑对话阶段 | developer+ |
| 列出租户可用工具 | viewer+ |
| 在智能体上启用/禁用工具 | developer+ |
| 发布或取消发布智能体 | developer+ |
角色
角色 | 读取 | 写入 | 发布 |
| ✅ | ✅ | ✅ |
| ✅ | ✅ | ✅ |
| ✅ | ✅ | ✅ |
| ✅ | ❌ | ❌ |
渠道集成
连接渠道(WhatsApp、Instagram、Telegram、Web)必须在 admin.botuyo.com 上完成 — 它们需要交互式流程(二维码扫描、OAuth 等)。
使用 get_agent_status 查看哪些渠道已连接。它会为任何缺失的渠道返回一个指向管理面板的直接链接。
从源码构建
git clone https://github.com/MarcoAR1/botuyo-mcp.git
cd botuyo-mcp
npm install
npm run build使用 MCP Inspector 测试
BOTUYO_API_KEY=pk_live_... npm run inspect贡献
我们欢迎贡献!请参阅 CONTRIBUTING.md 获取指南。
请注意,本项目遵循 行为准则。
安全
如需报告漏洞,请参阅 SECURITY.md。
许可证
MIT © BotUyo
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
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/MarcoAR1/botuyo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server