从提示词到 送达。
你的智能体可以设置通道、管理客户并确认送达。
通过 MCP 和 CLI 实现完整的读写访问。
YouVoice
Can you check which calls are active right now and tell me which are connected and which are still ringing?
Bird MCP4 connected actions
- 1Read the workspace
workspace_get - 2Find calls in progress
voice_legs_list - 3Inspect the connected call
voice_legs_get - 4Inspect the ringing call
voice_legs_get
连接 Cursor。
然后开始工作。
服务器连接和账户授权是两个独立的步骤。
{
"mcpServers": {
"bird": {
"url": "https://mcp.bird.com"
}
}
}添加 Bird
使用此处所示的 ~/.cursor/mcp.json 配置。如果 Bird 插件已注册该服务器,请保留现有连接。
授权连接
在 Cursor Settings → Tools & Integrations 中,找到 Bird 并选择 Needs login。
检查账户
在执行第一个产品任务之前,让你的代理调用 whoami 并检查当前工作区。返回身份信息即确认登录成功。
将技能作为插件安装
在 Settings → Plugins 下添加 messagebird/bird-ai 市场,或从 cursor.directory 安装,后者还会一键添加 MCP 服务器。设置提示词走的是 Cursor 支持的另一条路线:将技能文件夹复制到 .agents/skills。
几个不错的起点
从这里开始。
告诉你的智能体目标,让 Bird 提供操作。
Check my recent email failures. Group them by reason, inspect the affected sending domain, and tell me what needs fixing before making changes.Help me set up SMS for order updates. Check my workspace and available senders, explain what is missing, then prepare a test for a number I provide.List the Voice calls that are active right now. Separate connected calls from calls that are still ringing, and show their IDs.在你的第一个任务之前。
让连接真正有用的细节。
连接 MCP 会给我的智能体不受限的访问权限吗?
不会。工具在你持有并在授权时选择委派的权限范围内运行。你可以从 Bird 账户撤销该连接。
托管 MCP 需要 API 密钥吗?
托管 MCP 使用浏览器登录。你单独部署的应用程序使用其自身受保护的应用凭据。
工具显示正常但调用失败怎么办?
检查客户端的身份验证状态。仅注册服务器 URL 并不会让你登录。重新授权 Bird,然后确认你的身份和工作区。