No install? Use cloud.anythingmcp.com directly.
Sign in, install the MessageBird (Bird) in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
Drive MessageBird / Bird (multichannel CPaaS — SMS, voice, WhatsApp via Bird, RCS) from any AI agent. 8 tools, AccessKey header auth.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → MessageBird (Bird), вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
MessageBird (Bird) + Cursor
Drive MessageBird / Bird (multichannel CPaaS — SMS, voice, WhatsApp via Bird, RCS) from any AI agent. 8 tools, AccessKey header auth.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
MESSAGEBIRD_ACCESS_KEY
Шаг 1 — Получите учётные данные
messagebird.com).
Note: MessageBird rebranded to Bird in 2023 (bird.com). The API endpoints at rest.messagebird.com remain functional for existing customers as of 2025; new accounts may have different endpoint paths. Verify with your account dashboard.
Setup:
- Sign in to https://dashboard.messagebird.com → Developers → API access → Live or Test → copy AccessKey.
- Set
MESSAGEBIRD_ACCESS_KEY.
Authentication: header Authorization: AccessKey ${MESSAGEBIRD_ACCESS_KEY} (literal 'AccessKey' prefix).
Recipients format: international phone numbers WITHOUT the + sign. e.g. 31612345678 for the Netherlands.
…(continued in the in-app connector instructions)
Шаг 2 — Установите адаптер
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Шаг 3 — Добавьте коннектор в Cursor
Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
- Сохраните файл и перезапустите Cursor.
- Откройте Cursor → Settings → MCP и убедитесь, что
MessageBird (Bird)отображается как "Connected". - Начинайте чат — все инструменты
MessageBird (Bird)доступны.
Доступные инструменты
| Tool | What it does |
|---|---|
messagebird_get_balance | Return account balance (payment) and currency |
messagebird_send_sms | Send an SMS |
messagebird_get_message | Get an SMS by ID with delivery status per recipient |
messagebird_list_messages | List SMS messages with filters |
messagebird_send_voice_call | Start an outbound voice call |
messagebird_lookup_phone | Look up phone number details: country, type (mobile/landline), formats |
messagebird_verify_create | Send a verification code (OTP) via SMS/voice |
messagebird_verify_check | Verify a token (OTP) against a previously-created verification ID |
FAQ
Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.
Следующие шаги
Это руководство помогло?